summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/nonclangable.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index 7ceb4a4..832b6b8 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -206,6 +206,12 @@ CFLAGS_append_pn-tinymembench_toolchain-clang_mipsarch = " -no-integrated-as"
206CFLAGS_append_pn-ne10_toolchain-clang_arm = " -no-integrated-as" 206CFLAGS_append_pn-ne10_toolchain-clang_arm = " -no-integrated-as"
207CFLAGS_append_pn-libde265_toolchain-clang_arm = " -no-integrated-as" 207CFLAGS_append_pn-libde265_toolchain-clang_arm = " -no-integrated-as"
208 208
209# :5 : error: unknown directive
210#^
211# .endfunc
212# ^
213CFLAGS_append_pn-libsdl2_toolchain-clang_arm = " -no-integrated-as"
214
209# regtest.cc:374:39: error: invalid suffix on literal; C++11 requires a 215# regtest.cc:374:39: error: invalid suffix on literal; C++11 requires a
210# space between literal and identifier [-Wreserved-user-defined-literal] 216# space between literal and identifier [-Wreserved-user-defined-literal]
211#| snprintf_func (buf, sizeof(buf), "%"Q"u", x); 217#| snprintf_func (buf, sizeof(buf), "%"Q"u", x);