summaryrefslogtreecommitdiffstats
path: root/conf/nonclangable.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/nonclangable.conf')
-rw-r--r--conf/nonclangable.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index f50400d..4dca172 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -17,6 +17,14 @@ TOOLCHAIN_pn-glibc-scripts = "gcc"
17TOOLCHAIN_pn-glibc-testsuite = "gcc" 17TOOLCHAIN_pn-glibc-testsuite = "gcc"
18TOOLCHAIN_pn-grub = "gcc" 18TOOLCHAIN_pn-grub = "gcc"
19TOOLCHAIN_pn-grub-efi = "gcc" 19TOOLCHAIN_pn-grub-efi = "gcc"
20
21# Clang crashes on musl/x86_64
22# Running pass 'Function Pass Manager' on module '/mnt/b/yoe/build/tmp/work/core2-64-
23# yoe-linux-musl/hdf5/1.8.21-r0/hdf5-1.8.21/src/H5detect.c'.
24# Running pass 'X86 Assembly Printer' on function '@detect_C99_floats'
25# clang-9: error: unable to execute command: Segmentation fault (core dumped)
26TOOLCHAIN_pn-hdf5_libc-musl_x86-64 = "gcc"
27
20# VLAs 28# VLAs
21#| control.c:286:19: error: fields must have a constant size: 'variable length array in structure' extension will never be supported 29#| control.c:286:19: error: fields must have a constant size: 'variable length array in structure' extension will never be supported
22#| __u32 buffer[cam->max_response_quads]; 30#| __u32 buffer[cam->max_response_quads];