summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-03-01 11:07:13 -0800
committerKhem Raj <raj.khem@gmail.com>2019-03-03 15:49:41 -0800
commit6a35eaafb71b6aaaf85bb2410fc76764eb50a22d (patch)
tree53b490bd8167201c055d8e8100644ee48b09eca2
parent497fa0900c5e9d286681f161f4cbc044422c5c4a (diff)
downloadmeta-clang-6a35eaafb71b6aaaf85bb2410fc76764eb50a22d.tar.gz
nonclangable: Use GNU assembler for tinymembench
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--conf/nonclangable.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index b9f981e..073004e 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -156,6 +156,13 @@ CC_append_pn-kexec-tools_toolchain-clang_x86-64 = " -no-integrated-as"
156CC_append_pn-kexec-tools_toolchain-clang_x86 = " -no-integrated-as" 156CC_append_pn-kexec-tools_toolchain-clang_x86 = " -no-integrated-as"
157CC_append_pn-kexec-tools-klibc_toolchain-clang_x86-64 = " -no-integrated-as" 157CC_append_pn-kexec-tools-klibc_toolchain-clang_x86-64 = " -no-integrated-as"
158CC_append_pn-kexec-tools-klibc_toolchain-clang_x86 = " -no-integrated-as" 158CC_append_pn-kexec-tools-klibc_toolchain-clang_x86 = " -no-integrated-as"
159
160#| /tmp/x86-sse2-cdb148.s:207:9: error: ambiguous operand size for instruction 'sub'
161#| sub SIZE, 64
162#| ^~~~
163CFLAGS_append_pn-tinymembench_toolchain-clang_x86-64 = " -no-integrated-as"
164CFLAGS_append_pn-tinymembench_toolchain-clang_x86 = " -no-integrated-as"
165
159# regtest.cc:374:39: error: invalid suffix on literal; C++11 requires a 166# regtest.cc:374:39: error: invalid suffix on literal; C++11 requires a
160# space between literal and identifier [-Wreserved-user-defined-literal] 167# space between literal and identifier [-Wreserved-user-defined-literal]
161#| snprintf_func (buf, sizeof(buf), "%"Q"u", x); 168#| snprintf_func (buf, sizeof(buf), "%"Q"u", x);