summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-08-14 12:50:26 -0700
committerKhem Raj <raj.khem@gmail.com>2019-08-14 19:14:24 -0700
commitc873917493431023922a57897a9d74165f425fec (patch)
tree7a19e8f04f9b0c43defd9ca2c107d8dd7560d24b
parent404fb14da7784e6528f6a2cbcd500bed960a734b (diff)
downloadmeta-clang-c873917493431023922a57897a9d74165f425fec.tar.gz
Do not use internal assembler for ne10 on arm
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--conf/nonclangable.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index 6f63b44..1b0a093 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -179,6 +179,8 @@ CC_append_pn-kexec-tools-klibc_toolchain-clang_x86 = " -no-integrated-as"
179CFLAGS_append_pn-tinymembench_toolchain-clang_x86-64 = " -no-integrated-as" 179CFLAGS_append_pn-tinymembench_toolchain-clang_x86-64 = " -no-integrated-as"
180CFLAGS_append_pn-tinymembench_toolchain-clang_x86 = " -no-integrated-as" 180CFLAGS_append_pn-tinymembench_toolchain-clang_x86 = " -no-integrated-as"
181 181
182CFLAGS_append_pn-ne10_toolchain-clang_arm = " -no-integrated-as"
183
182# regtest.cc:374:39: error: invalid suffix on literal; C++11 requires a 184# regtest.cc:374:39: error: invalid suffix on literal; C++11 requires a
183# space between literal and identifier [-Wreserved-user-defined-literal] 185# space between literal and identifier [-Wreserved-user-defined-literal]
184#| snprintf_func (buf, sizeof(buf), "%"Q"u", x); 186#| snprintf_func (buf, sizeof(buf), "%"Q"u", x);