summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/common.inc
diff options
context:
space:
mode:
authorDan McGregor <dan.mcgregor@usask.ca>2023-06-08 22:37:05 -0600
committerKhem Raj <raj.khem@gmail.com>2023-06-16 13:28:20 -0700
commit3d26f0af253e831b1fd24475a0fbbe7c9e19fcfd (patch)
tree4c2143e3ba78538c24baab282d0c29164588dfc9 /recipes-devtools/clang/common.inc
parent190da5cb56f182dcbb35f7fffb11083a06c8e606 (diff)
downloadmeta-clang-3d26f0af253e831b1fd24475a0fbbe7c9e19fcfd.tar.gz
clang: Apply upstream D152570
This fixes real file names appearing in lambda names that are used as arguments to function templates. 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 c539bb3..11a7410 100644
--- a/recipes-devtools/clang/common.inc
+++ b/recipes-devtools/clang/common.inc
@@ -47,6 +47,7 @@ SRC_URI = "\
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 file://0037-clang-Call-printName-to-get-name-of-Decl.patch \
50 file://0038-clang-Apply-fmacro-prefix-map-to-anonymous-tags-in-t.patch \
50 " 51 "
51# Fallback to no-PIE if not set 52# Fallback to no-PIE if not set
52GCCPIE ??= "" 53GCCPIE ??= ""