summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-12-08 19:58:26 -0800
committerKhem Raj <raj.khem@gmail.com>2019-12-10 12:01:30 -0800
commitf0ddd47cf19eb97dce9e6eaa7a211fdb2f864082 (patch)
treef8a8fb142e5be5663059b4d3a8a23c486f70a0a5
parent7cac1e3d896c71ae4ae337239883d92e1ec636d7 (diff)
downloadmeta-clang-f0ddd47cf19eb97dce9e6eaa7a211fdb2f864082.tar.gz
python3,x64: Can be compiled with clang9
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--conf/nonclangable.conf8
1 files changed, 0 insertions, 8 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index ac51481..f50400d 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -103,10 +103,6 @@ TOOLCHAIN_pn-pulseaudio_armv7a = "gcc"
103# clang++ 6.0 crashes during link phase of a shared library 103# clang++ 6.0 crashes during link phase of a shared library
104TOOLCHAIN_pn-wpewebkit = "gcc" 104TOOLCHAIN_pn-wpewebkit = "gcc"
105 105
106# x264 causes a infinite loop when compiling 1 source file
107#
108TOOLCHAIN_pn-x264_x86 = "gcc"
109
110#| /usr/src/debug/qemu/2.6.0-r1/qemu-2.6.0/util/bitmap.c:191: undefined reference to `__atomic_fetch_or_4' 106#| /usr/src/debug/qemu/2.6.0-r1/qemu-2.6.0/util/bitmap.c:191: undefined reference to `__atomic_fetch_or_4'
111#| /usr/src/debug/qemu/2.6.0-r1/qemu-2.6.0/util/bitmap.c:210: undefined reference to `__atomic_fetch_or_4' 107#| /usr/src/debug/qemu/2.6.0-r1/qemu-2.6.0/util/bitmap.c:210: undefined reference to `__atomic_fetch_or_4'
112#| libqemuutil.a(bitmap.o): In function `bitmap_test_and_clear_atomic': 108#| libqemuutil.a(bitmap.o): In function `bitmap_test_and_clear_atomic':
@@ -117,10 +113,6 @@ TOOLCHAIN_pn-x264_x86 = "gcc"
117# to compile qemu for target 113# to compile qemu for target
118TOOLCHAIN_pn-qemu_arm = "gcc" 114TOOLCHAIN_pn-qemu_arm = "gcc"
119 115
120# llvm-profdata fails see
121# | error: Could not read profile code.profd: No such file or directory
122TOOLCHAIN_pn-python3 = "gcc"
123
124#| ./dsp/v4f_IIR2.h:554:12: error: no matching function for call to 'v4f_map' 116#| ./dsp/v4f_IIR2.h:554:12: error: no matching function for call to 'v4f_map'
125#| a[5] = v4f_map<__builtin_cosf> (f); 117#| a[5] = v4f_map<__builtin_cosf> (f);
126#| ^~~~~~~~~~~~~~~~~~~~~~~ 118#| ^~~~~~~~~~~~~~~~~~~~~~~