summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-12-14 09:32:01 -0800
committerKhem Raj <raj.khem@gmail.com>2020-12-14 18:27:59 -0800
commit24d254a1aeb0f50b68a6d7d926e22955c564b184 (patch)
treedadbed0abbfc7f80fc57a8d8ee69e52c7153d22a
parent4edfb8e62052a7d31379223caa15726e736db804 (diff)
downloadmeta-clang-24d254a1aeb0f50b68a6d7d926e22955c564b184.tar.gz
luajit: Add -no-integrated-as
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--conf/nonclangable.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index 5a54417..30a52f0 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -214,6 +214,14 @@ CFLAGS_append_pn-libde265_toolchain-clang_arm = " -no-integrated-as"
214# ^ 214# ^
215CFLAGS_append_pn-libsdl2_toolchain-clang_arm = " -no-integrated-as" 215CFLAGS_append_pn-libsdl2_toolchain-clang_arm = " -no-integrated-as"
216 216
217#2816:2: error: changed section type for .debug_frame, expected: 0x7000001E
218# .section .debug_frame,"",@progbits
219# ^
220#lj_vm.S:2890:2: error: changed section flags for .eh_frame, expected: 0x2
221# .section .eh_frame,"aw",@progbits
222# ^
223CFLAGS_append_pn-luajit_toolchain-clang_mips = " -no-integrated-as"
224
217# regtest.cc:374:39: error: invalid suffix on literal; C++11 requires a 225# regtest.cc:374:39: error: invalid suffix on literal; C++11 requires a
218# space between literal and identifier [-Wreserved-user-defined-literal] 226# space between literal and identifier [-Wreserved-user-defined-literal]
219#| snprintf_func (buf, sizeof(buf), "%"Q"u", x); 227#| snprintf_func (buf, sizeof(buf), "%"Q"u", x);