diff options
-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 bfa4875..2f3775d 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf | |||
@@ -143,6 +143,11 @@ TOOLCHAIN_pn-qemu_arm = "gcc" | |||
143 | #| ^~~~~~~~~~~~~~~~~~~~~~~ | 143 | #| ^~~~~~~~~~~~~~~~~~~~~~~ |
144 | TOOLCHAIN_pn-caps = "gcc" | 144 | TOOLCHAIN_pn-caps = "gcc" |
145 | 145 | ||
146 | # Fails to build with clang-13 errors with .export.sym file | ||
147 | # Mismatch between symbols in shared library and lists in .exported_symbols.* files: dm_bit_get_prev | ||
148 | TOOLCHAIN_pn-lvm2 = "gcc" | ||
149 | TOOLCHAIN_pn-libdevmapper = "gcc" | ||
150 | |||
146 | TOOLCHAIN_pn-lttng-ust_riscv64 = "gcc" | 151 | TOOLCHAIN_pn-lttng-ust_riscv64 = "gcc" |
147 | 152 | ||
148 | #| ../libffi-3.3-rc0/src/arm/sysv.S: Assembler messages: | 153 | #| ../libffi-3.3-rc0/src/arm/sysv.S: Assembler messages: |