summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-09-15 22:22:02 -0700
committerKhem Raj <raj.khem@gmail.com>2022-09-17 16:55:30 -0700
commit6f79edff0c37bc3b20ed163fe9d31051b2f5d79d (patch)
treeca761d0221c7cfd7221f5e98854c5a533d8c4e9a
parentd3b382dddbe19258fd9cb2071c42f0372f48cac1 (diff)
downloadmeta-clang-6f79edff0c37bc3b20ed163fe9d31051b2f5d79d.tar.gz
valgrind: Add info about upstream bug compiling with clang
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--conf/nonclangable.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index 800fcbe..30099fc 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -55,6 +55,7 @@ TOOLCHAIN:pn-syslinux = "gcc"
55TOOLCHAIN:pn-systemtap = "gcc" 55TOOLCHAIN:pn-systemtap = "gcc"
56# v4l-utils uses nested functions 56# v4l-utils uses nested functions
57TOOLCHAIN:pn-v4l-utils = "gcc" 57TOOLCHAIN:pn-v4l-utils = "gcc"
58# https://bugs.kde.org/show_bug.cgi?id=369723
58TOOLCHAIN:pn-valgrind = "gcc" 59TOOLCHAIN:pn-valgrind = "gcc"
59# uses C++ which clang does not like 60# uses C++ which clang does not like
60TOOLCHAIN:pn-wvstreams = "gcc" 61TOOLCHAIN:pn-wvstreams = "gcc"