summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-08-23 20:29:51 -0700
committerKhem Raj <raj.khem@gmail.com>2016-08-23 20:29:51 -0700
commit1cf32db1e7cebfc076307e7a20d95b2e81ea3c2d (patch)
tree37a19a6de105d031ec1c4361041f3af63673dbb8
parent98fa1eb5c7cb88784591c859808e1a08b8102a2c (diff)
downloadmeta-clang-1cf32db1e7cebfc076307e7a20d95b2e81ea3c2d.tar.gz
Add mozjs to nonclangable
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--conf/nonclangable.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index e0dcb23..86c339a 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -36,6 +36,11 @@ TOOLCHAIN_pn-libgcc-initial = "gcc"
36TOOLCHAIN_pn-libgfortran = "gcc" 36TOOLCHAIN_pn-libgfortran = "gcc"
37TOOLCHAIN_pn-libtool = "gcc" 37TOOLCHAIN_pn-libtool = "gcc"
38TOOLCHAIN_pn-libvorbis = "gcc" 38TOOLCHAIN_pn-libvorbis = "gcc"
39
40#mozjs17.0.0/js/src/jsinterp.cpp:3684:9: error: cannot jump from this indirect goto statement to one of its possible targets
41# DO_NEXT_OP(len);
42TOOLCHAIN_pn-mozjs = "gcc"
43
39TOOLCHAIN_pn-mtools = "gcc" 44TOOLCHAIN_pn-mtools = "gcc"
40TOOLCHAIN_pn-openssl = "gcc" 45TOOLCHAIN_pn-openssl = "gcc"
41TOOLCHAIN_pn-perf = "gcc" 46TOOLCHAIN_pn-perf = "gcc"