summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/common.inc
diff options
context:
space:
mode:
authorDan McGregor <dan.mcgregor@usask.ca>2023-03-21 14:19:28 -0600
committerKhem Raj <raj.khem@gmail.com>2023-04-27 19:47:13 -0700
commit810d0b07547c0c5d2795c72cca576edea7ba7000 (patch)
tree0de6b704f589132e6880b600f74fdec96a7ebf59 /recipes-devtools/clang/common.inc
parent45281f52c1de86b6728423107dbce454ac680d3c (diff)
downloadmeta-clang-810d0b07547c0c5d2795c72cca576edea7ba7000.tar.gz
clang: fix reproducibily issue
Clang gives a name to the constructors of anonymous structures in debug info that's based on the filename of the structure's definition. It didn't respect the debug-prefix-map setting, causimg QA warnings in several recipes, notably libcxx. Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca>
Diffstat (limited to 'recipes-devtools/clang/common.inc')
-rw-r--r--recipes-devtools/clang/common.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-devtools/clang/common.inc b/recipes-devtools/clang/common.inc
index 6b85edf..c539bb3 100644
--- a/recipes-devtools/clang/common.inc
+++ b/recipes-devtools/clang/common.inc
@@ -46,6 +46,7 @@ SRC_URI = "\
46 file://0034-compiler-rt-Undef-_TIME_BITS-along-with-_FILE_OFFSET.patch \ 46 file://0034-compiler-rt-Undef-_TIME_BITS-along-with-_FILE_OFFSET.patch \
47 file://0035-compiler-rt-Fix-stat-struct-s-size-for-O32-ABI.patch \ 47 file://0035-compiler-rt-Fix-stat-struct-s-size-for-O32-ABI.patch \
48 file://0036-compiler-rt-Undef-_TIME_BITS-along-with-_FILE_OFFSET.patch \ 48 file://0036-compiler-rt-Undef-_TIME_BITS-along-with-_FILE_OFFSET.patch \
49 file://0037-clang-Call-printName-to-get-name-of-Decl.patch \
49 " 50 "
50# Fallback to no-PIE if not set 51# Fallback to no-PIE if not set
51GCCPIE ??= "" 52GCCPIE ??= ""