diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-03-22 09:40:36 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-03-23 15:28:04 -0700 |
commit | c25d5f955310d77fa41d6a896b6b00ab7f50c72f (patch) | |
tree | da2e2753f2e68c47fe6c3824bb736750d9a53909 /recipes-devtools/clang/common.inc | |
parent | 7a0f84f429c34ddf40f29a6f0669cd312ec1153e (diff) | |
download | meta-clang-c25d5f955310d77fa41d6a896b6b00ab7f50c72f.tar.gz |
compiler-rt-sanitizers: Fix build on riscv/musl
Fixes
/compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp:627:29: error: use of undeclared identifier 'TlsPreTcbSize'
627 | const uptr pre_tcb_size = TlsPreTcbSize();
| ^
1 error generated.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-devtools/clang/common.inc')
-rw-r--r-- | recipes-devtools/clang/common.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-devtools/clang/common.inc b/recipes-devtools/clang/common.inc index a6d9c4a..7b1733e 100644 --- a/recipes-devtools/clang/common.inc +++ b/recipes-devtools/clang/common.inc | |||
@@ -54,6 +54,7 @@ SRC_URI = "\ | |||
54 | file://0033-llvm-Add-libunwind.pc.in-and-llvm-config-scripts.patch \ | 54 | file://0033-llvm-Add-libunwind.pc.in-and-llvm-config-scripts.patch \ |
55 | file://0034-scan-build-py-respect-LLVM_LIBDIR_SUFFIX-like-other-.patch \ | 55 | file://0034-scan-build-py-respect-LLVM_LIBDIR_SUFFIX-like-other-.patch \ |
56 | file://0035-compiler-rt-Do-not-pass-target-to-clang-compiler.patch \ | 56 | file://0035-compiler-rt-Do-not-pass-target-to-clang-compiler.patch \ |
57 | file://0036-Fix-build-on-ppc64-musl.patch \ | ||
57 | " | 58 | " |
58 | # Fallback to no-PIE if not set | 59 | # Fallback to no-PIE if not set |
59 | GCCPIE ??= "" | 60 | GCCPIE ??= "" |