summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-08-31 16:19:53 -0700
committerKhem Raj <raj.khem@gmail.com>2018-09-09 07:54:23 -0700
commit3288f51085698fc376c175ca2f1b6881f514e74d (patch)
tree38d47ed9b5cb3f352282ce352f1cf3aee0791e49
parent66b23897a90572a640a3a585123ccf2d750ec57e (diff)
downloadmeta-clang-3288f51085698fc376c175ca2f1b6881f514e74d.tar.gz
upm: Dont use -no-integrated-as
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--conf/nonclangable.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index 9b0a039..1f4b31a 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -180,3 +180,9 @@ CXXFLAGS_append_pn-xdelta3_toolchain-clang = " -Wno-error=reserved-user-defined-
180 180
181#memcached.c:6280:2: error: embedding a directive within macro arguments has undefined behavior [-Werror,-Wembedded-directive] 181#memcached.c:6280:2: error: embedding a directive within macro arguments has undefined behavior [-Werror,-Wembedded-directive]
182CPPFLAGS_append_pn-memcached_toolchain-clang = " -Wno-error=embedded-directive" 182CPPFLAGS_append_pn-memcached_toolchain-clang = " -Wno-error=embedded-directive"
183
184#| /tmp/mcp2515-578c41.s: Assembler messages:
185#| /tmp/mcp2515-578c41.s:1525: Error: r13 not allowed here -- `sub.w sp,r1,#8'
186#| /tmp/mcp2515-578c41.s:1821: Error: r13 not allowed here -- `sub.w sp,r6,#8'
187#| clang-7: error: assembler command failed with exit code 1 (use -v to see invocation)
188TUNE_CCARGS_remove_pn-upm_toolchain-clang = "-no-integrated-as"