From 6a35eaafb71b6aaaf85bb2410fc76764eb50a22d Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 1 Mar 2019 11:07:13 -0800 Subject: nonclangable: Use GNU assembler for tinymembench Signed-off-by: Khem Raj --- conf/nonclangable.conf | 7 +++++++ 1 file changed, 7 insertions(+) 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" CC_append_pn-kexec-tools_toolchain-clang_x86 = " -no-integrated-as" CC_append_pn-kexec-tools-klibc_toolchain-clang_x86-64 = " -no-integrated-as" CC_append_pn-kexec-tools-klibc_toolchain-clang_x86 = " -no-integrated-as" + +#| /tmp/x86-sse2-cdb148.s:207:9: error: ambiguous operand size for instruction 'sub' +#| sub SIZE, 64 +#| ^~~~ +CFLAGS_append_pn-tinymembench_toolchain-clang_x86-64 = " -no-integrated-as" +CFLAGS_append_pn-tinymembench_toolchain-clang_x86 = " -no-integrated-as" + # regtest.cc:374:39: error: invalid suffix on literal; C++11 requires a # space between literal and identifier [-Wreserved-user-defined-literal] #| snprintf_func (buf, sizeof(buf), "%"Q"u", x); -- cgit v1.2.3-54-g00ecf