From 0fdfdc37f651bb136db507798cb72ce9abbfdd28 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 24 Apr 2018 11:22:14 -0700 Subject: pseudo: Mark as non-clangable GCC extensions such as __builtin_apply will not be in clang Signed-off-by: Khem Raj --- conf/nonclangable.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index 10f9f9a..f27620f 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf @@ -110,6 +110,13 @@ TOOLCHAIN_pn-nodejs_armv7ve = "gcc" # also see http://lists.llvm.org/pipermail/llvm-dev/2016-October/105997.html TOOLCHAIN_pn-pixman = "gcc" +#| ./ports/linux/pseudo_wrappers.c:80:14: error: use of unknown builtin '__builtin_apply' [-Wimplicit-function-declaration] +#| void *res = __builtin_apply((void (*)()) real_syscall, __builtin_apply_args(), sizeof(long) * 7); +#| ^ +#| ./ports/linux/pseudo_wrappers.c:80:57: error: use of unknown builtin '__builtin_apply_args' [-Wimplicit-function-declaration] +#| void *res = __builtin_apply((void (*)()) real_syscall, __builtin_apply_args(), sizeof(long) * 7); + +TOOLCHAIN_pn-pseudo = "gcc" #| ../../pulseaudio-10.0/src/pulsecore/mix_neon.c../../pulseaudio-10.0/src/pulsecore/sconv_neon.c:49::27: error: unknown register name 'q0' in asm #| : "memory", "cc", "q0" /* clobber list */ #| ^ -- cgit v1.2.3-54-g00ecf