summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-09-15 22:31:01 -0700
committerKhem Raj <raj.khem@gmail.com>2022-09-17 16:55:30 -0700
commit728933a02e470bc4931212dd507ea9a5b0d1e652 (patch)
treeeca4d23fdefad06370f0c53473f018853c68f3ff
parent6f79edff0c37bc3b20ed163fe9d31051b2f5d79d (diff)
downloadmeta-clang-728933a02e470bc4931212dd507ea9a5b0d1e652.tar.gz
sqlite-orm: Do not remove -g anymore
This bug seems to be fixed Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--conf/nonclangable.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index 30099fc..2ff9992 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -97,9 +97,6 @@ TOOLCHAIN:pn-pseudo = "gcc"
97TOOLCHAIN:pn-pulseaudio:armv7ve = "gcc" 97TOOLCHAIN:pn-pulseaudio:armv7ve = "gcc"
98TOOLCHAIN:pn-pulseaudio:armv7a = "gcc" 98TOOLCHAIN:pn-pulseaudio:armv7a = "gcc"
99 99
100# clang++ hangs see https://bugs.llvm.org/show_bug.cgi?id=45134
101DEBUG_FLAGS:remove:pn-sqlite-orm:toolchain-clang = "-g"
102
103#| /usr/src/debug/qemu/2.6.0-r1/qemu-2.6.0/util/bitmap.c:191: undefined reference to `__atomic_fetch_or_4' 100#| /usr/src/debug/qemu/2.6.0-r1/qemu-2.6.0/util/bitmap.c:191: undefined reference to `__atomic_fetch_or_4'
104#| /usr/src/debug/qemu/2.6.0-r1/qemu-2.6.0/util/bitmap.c:210: undefined reference to `__atomic_fetch_or_4' 101#| /usr/src/debug/qemu/2.6.0-r1/qemu-2.6.0/util/bitmap.c:210: undefined reference to `__atomic_fetch_or_4'
105#| libqemuutil.a(bitmap.o): In function `bitmap_test_and_clear_atomic': 102#| libqemuutil.a(bitmap.o): In function `bitmap_test_and_clear_atomic':