summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/common.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-02-15 11:03:31 -0800
committerKhem Raj <raj.khem@gmail.com>2019-02-15 13:40:53 -0800
commit9b687a0924982e38d5fa450081845d655a121f44 (patch)
treeb0647c8f10d75499863009833de1221af921b280 /recipes-devtools/clang/common.inc
parent1c0e9f38b8e9b805c2ba62e99da0fffd57ce1eea (diff)
downloadmeta-clang-9b687a0924982e38d5fa450081845d655a121f44.tar.gz
clang: Implement -fmacro-prefix-map
OE-core now uses it so, we have to take the patch from review system, until it is in master Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-devtools/clang/common.inc')
-rw-r--r--recipes-devtools/clang/common.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-devtools/clang/common.inc b/recipes-devtools/clang/common.inc
index f2c5d74..fec78fb 100644
--- a/recipes-devtools/clang/common.inc
+++ b/recipes-devtools/clang/common.inc
@@ -26,6 +26,8 @@ SRC_URI = "\
26 file://0016-compiler-rt-support-a-new-embedded-linux-target.patch \ 26 file://0016-compiler-rt-support-a-new-embedded-linux-target.patch \
27 file://0017-compiler-rt-Simplify-cross-compilation.-Don-t-use-na.patch \ 27 file://0017-compiler-rt-Simplify-cross-compilation.-Don-t-use-na.patch \
28 file://0018-compiler-rt-Disable-tsan-on-OE-glibc.patch \ 28 file://0018-compiler-rt-Disable-tsan-on-OE-glibc.patch \
29 file://0019-llvm-Enhance-path-prefix-mapping.patch \
30 file://0020-clang-Initial-implementation-of-fmacro-prefix-map-an.patch \
29" 31"
30 32
31# Fallback to no-PIE if not set 33# Fallback to no-PIE if not set