diff options
| author | Khem Raj <raj.khem@gmail.com> | 2021-06-16 21:11:19 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-06-18 08:49:45 -0700 |
| commit | 38a0fb43374686da4aec57d79087c2da5076ba61 (patch) | |
| tree | 2573bd54e28d9fea8ddaaa12cb13ab0e03facd98 /conf/nonclangable.conf | |
| parent | 2b5f122e57697b972bc1b65ea7dbb015a9303d11 (diff) | |
| download | meta-clang-38a0fb43374686da4aec57d79087c2da5076ba61.tar.gz | |
libucontext: Do not use internal assembler on ppc64le
clang segfaults while processing .S files
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf/nonclangable.conf')
| -rw-r--r-- | conf/nonclangable.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index 9c408d0..6c88361 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf | |||
| @@ -234,6 +234,11 @@ CFLAGS_append_pn-libsdl2_toolchain-clang_arm = " -no-integrated-as" | |||
| 234 | # ^ | 234 | # ^ |
| 235 | CFLAGS_append_pn-luajit_toolchain-clang_mips = " -no-integrated-as" | 235 | CFLAGS_append_pn-luajit_toolchain-clang_mips = " -no-integrated-as" |
| 236 | 236 | ||
| 237 | #FAILED: libucontext_posix.so.1 | ||
| 238 | #clang-13: error: unable to execute command: Segmentation fault (core dumped) | ||
| 239 | #clang-13: error: linker command failed due to signal (use -v to see invocation) | ||
| 240 | CFLAGS_append_pn-libucontext_toolchain-clang_powerpc64le = " -no-integrated-as" | ||
| 241 | |||
| 237 | # Generated asm file can not be compiled with clang assembler due to presence of .0 label | 242 | # Generated asm file can not be compiled with clang assembler due to presence of .0 label |
| 238 | # and its references | 243 | # and its references |
| 239 | #| aes-decrypt-internal-2.s:368:1: error: unexpected token at start of statement | 244 | #| aes-decrypt-internal-2.s:368:1: error: unexpected token at start of statement |
