Commit ccd8b56
committed
patches: Add patch to remove abi-tag
ABI_TAG was introduced in upstream:
llvm/llvm-project@67b0b02
These ABI_TAG leads to error:
build/libcxx/origin/libcxx-15.0.0.src/include/__support/musl/xlocale.h:38:74:
error: ‘abi_tag’ attribute applied to extern "C" declaration ‘long long
int wcstoll_’
38 | wcstoll_l(const wchar_t *__nptr, wchar_t **__endptr, int __base,
locale_t) {
Signed-off-by: Mamta Shukla <mamtashukla555@gmail.com>1 parent a5178e9 commit ccd8b56
1 file changed
+50
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
0 commit comments