summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-07-23 17:20:00 -0700
committerKhem Raj <raj.khem@gmail.com>2017-07-23 17:20:00 -0700
commit098b3236a456989af17b99b2a1db75714a84070c (patch)
treec2dc844e1a2ed3c7517ffbc37abc90d49a7748d8 /conf
parentabc6e983da8fe4d7aefa47229d94ba89ca1b94e4 (diff)
downloadmeta-clang-098b3236a456989af17b99b2a1db75714a84070c.tar.gz
nonclangable.conf: Add pixman
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/nonclangable.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index 05c186e..723a399 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -115,3 +115,9 @@ SECURITY_LDLAGS_append_pn-ruby_toolchain-clang = " -Wl,-pie"
115#io_getevents.c:25:141: error: invalid use of a cast in a inline asm context requiring an l-value: remove the cast or build with -fheinous-gnu-extensions 115#io_getevents.c:25:141: error: invalid use of a cast in a inline asm context requiring an l-value: remove the cast or build with -fheinous-gnu-extensions
116#io_syscall5(int, __io_getevents_0_4, io_getevents, io_context_t, ctx, long, min_nr, long, nr, struct io_event *, events, struct timespec *, timeout) 116#io_syscall5(int, __io_getevents_0_4, io_getevents, io_context_t, ctx, long, min_nr, long, nr, struct io_event *, events, struct timespec *, timeout)
117CFLAGS_append_pn-libaio_toolchain-clang_mips = " -fheinous-gnu-extensions" 117CFLAGS_append_pn-libaio_toolchain-clang_mips = " -fheinous-gnu-extensions"
118
119#| ../../pixman-0.34.0/test/utils-prng.c:131:29: error: cannot convert between vector type '__attribute__((__vector_size__(16 * sizeof(char)))) char' (vector of 16 'char' values) and vector type 'uint8x16' (vector of 16 'uint8_t' values) as implicit conversion would cause truncation
120#| randdata.vb |= (t.vb >= const_C0#);
121#| ^
122# also see http://lists.llvm.org/pipermail/llvm-dev/2016-October/105997.html
123TOOLCHAIN_pn-pixman = "gcc"