diff options
| author | Khem Raj <raj.khem@gmail.com> | 2018-04-24 11:22:14 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-04-24 11:22:14 -0700 |
| commit | 0fdfdc37f651bb136db507798cb72ce9abbfdd28 (patch) | |
| tree | 67cc2c3ffde18e2c703ade7a18c80b640944056d | |
| parent | 028c6a58fdcc0140c71fc787c42a5d74e24984a3 (diff) | |
| download | meta-clang-0fdfdc37f651bb136db507798cb72ce9abbfdd28.tar.gz | |
pseudo: Mark as non-clangable
GCC extensions such as __builtin_apply will not be in clang
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | conf/nonclangable.conf | 7 |
1 files changed, 7 insertions, 0 deletions
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" | |||
| 110 | # also see http://lists.llvm.org/pipermail/llvm-dev/2016-October/105997.html | 110 | # also see http://lists.llvm.org/pipermail/llvm-dev/2016-October/105997.html |
| 111 | TOOLCHAIN_pn-pixman = "gcc" | 111 | TOOLCHAIN_pn-pixman = "gcc" |
| 112 | 112 | ||
| 113 | #| ./ports/linux/pseudo_wrappers.c:80:14: error: use of unknown builtin '__builtin_apply' [-Wimplicit-function-declaration] | ||
| 114 | #| void *res = __builtin_apply((void (*)()) real_syscall, __builtin_apply_args(), sizeof(long) * 7); | ||
| 115 | #| ^ | ||
| 116 | #| ./ports/linux/pseudo_wrappers.c:80:57: error: use of unknown builtin '__builtin_apply_args' [-Wimplicit-function-declaration] | ||
| 117 | #| void *res = __builtin_apply((void (*)()) real_syscall, __builtin_apply_args(), sizeof(long) * 7); | ||
| 118 | |||
| 119 | TOOLCHAIN_pn-pseudo = "gcc" | ||
| 113 | #| ../../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 | 120 | #| ../../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 |
| 114 | #| : "memory", "cc", "q0" /* clobber list */ | 121 | #| : "memory", "cc", "q0" /* clobber list */ |
| 115 | #| ^ | 122 | #| ^ |
