summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-12-11 23:01:23 -0800
committerKhem Raj <raj.khem@gmail.com>2019-12-12 10:05:13 -0800
commit9e47f93fee6097f25a477f0156d0a8ee08bd847f (patch)
treeb1d93bdaa5805b955378073da5949af8e096c3e1
parentb89fc6e427155d8cae8301dae0f11b279a3e04cb (diff)
downloadmeta-clang-9e47f93fee6097f25a477f0156d0a8ee08bd847f.tar.gz
hdf5: Use gcc on musl/x86_64
clang crashes for some reason 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 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];