summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-09-18 00:03:07 -0700
committerKhem Raj <raj.khem@gmail.com>2022-09-18 20:00:12 -0700
commit495683efd817344438985c8c07a6446d1855e003 (patch)
treecae2d58bb83c1089172ace7d0d5984caad4ef807 /conf
parent13b54867eefce5bf450d9cebb8b295177e5314c8 (diff)
downloadmeta-clang-495683efd817344438985c8c07a6446d1855e003.tar.gz
Revert "concurrencykit: Do not need to use -no-integrated-as anymore on arm"
This reverts commit 320e91209c7000729dfafbc84a72dbd755f18483.
Diffstat (limited to 'conf')
-rw-r--r--conf/nonclangable.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index 500275d..b560de8 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -192,6 +192,14 @@ CFLAGS:append:pn-libucontext:toolchain-clang:powerpc64le = " -no-integrated-as"
192#| ^ 192#| ^
193CFLAGS:append:pn-nettle:toolchain-clang:powerpc64le = " -no-integrated-as" 193CFLAGS:append:pn-nettle:toolchain-clang:powerpc64le = " -no-integrated-as"
194 194
195# include/gcc/arm/ck_pr.h:201:1: error: instruction requires: arm-mode
196#| CK_PR_DOUBLE_STORE(uint64_t, 64)
197#| ^
198#include/gcc/arm/ck_pr.h:192:6: note: expanded from macro 'CK_PR_DOUBLE_STORE'
199#| "strexd %1, %3, [%2]\n" \
200#| ^
201CFLAGS:append:pn-concurrencykit:toolchain-clang:arm = " -no-integrated-as"
202
195#../git/common/connection.c:154:55: error: comparison of integers of different signs: 'unsigned long' and 'int' [-Werror,-Wsign-compare] 203#../git/common/connection.c:154:55: error: comparison of integers of different signs: 'unsigned long' and 'int' [-Werror,-Wsign-compare]
196# for (cmsg = CMSG_FIRSTHDR(msg); cmsg != NULL; cmsg = CMSG_NXTHDR(msg, cmsg)) { 204# for (cmsg = CMSG_FIRSTHDR(msg); cmsg != NULL; cmsg = CMSG_NXTHDR(msg, cmsg)) {
197# ^~~~~~~~~~~~~~~~~~~~~~ 205# ^~~~~~~~~~~~~~~~~~~~~~