Merge "Filter out unsupported flag: -fprefetch-loop-arrays"

This commit is contained in:
Chih-Hung Hsieh 2015-03-06 00:48:52 +00:00 committed by Gerrit Code Review
commit 9575e13aa7

View file

@ -58,6 +58,7 @@ CLANG_CONFIG_UNKNOWN_CFLAGS := \
-finline-limit=64 \
-fno-canonical-system-headers \
-fno-tree-sra \
-fprefetch-loop-arrays \
-funswitch-loops \
-Wmaybe-uninitialized \
-Wno-error=maybe-uninitialized \