summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/common.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-09-21 15:17:57 -0700
committerKhem Raj <raj.khem@gmail.com>2017-09-21 15:19:48 -0700
commit59773576b7adb3129cf77d19442b5a83937b3c84 (patch)
treef3f78990bea9fe322a917123bbea9ae837835a79 /recipes-devtools/clang/common.inc
parentb2b7932e0be16eec5e7ca242e3cc87e26badd354 (diff)
downloadmeta-clang-59773576b7adb3129cf77d19442b5a83937b3c84.tar.gz
clang/llvm: Backport aarch64 fix for bug 34674
Signed-off-by: Khem Raj <raj.khem@gmail.com>
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 1108747..75df1b2 100644
--- a/recipes-devtools/clang/common.inc
+++ b/recipes-devtools/clang/common.inc
@@ -7,6 +7,7 @@ LLVMPATCHES = "\
7 file://0001-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch \ 7 file://0001-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch \
8 file://0002-llvm-allow-env-override-of-exe-path.patch \ 8 file://0002-llvm-allow-env-override-of-exe-path.patch \
9 file://0003-llvm-ARM-Use-correct-calling-convention-for-libm.patch \ 9 file://0003-llvm-ARM-Use-correct-calling-convention-for-libm.patch \
10 file://0004-llvm-AArch64-Fix-bug-in-store-of-vector-0-DAGCombine.patch \
10" 11"
11# Fallback to no-PIE if not set 12# Fallback to no-PIE if not set
12GCCPIE ??= "" 13GCCPIE ??= ""