summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/clang_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-09-21 14:51:23 -0700
committerKhem Raj <raj.khem@gmail.com>2017-09-21 14:51:23 -0700
commit2c1619639ee5b4331c78c794fdfd2a0d5d778b2f (patch)
treed877f0d0aeb628a3e28816176ffc0f45070576de /recipes-devtools/clang/clang_git.bb
parent4f1339959505b45a165f00ee5b27a33dac100b9c (diff)
downloadmeta-clang-pyro.tar.gz
llvm: Fix wrong code generation when floor() libm function is calledpyro
see https://reviews.llvm.org/D38050 Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-devtools/clang/clang_git.bb')
-rw-r--r--recipes-devtools/clang/clang_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-devtools/clang/clang_git.bb b/recipes-devtools/clang/clang_git.bb
index 2942dff..8a89005 100644
--- a/recipes-devtools/clang/clang_git.bb
+++ b/recipes-devtools/clang/clang_git.bb
@@ -23,6 +23,7 @@ SRC_URI += "\
23 file://0002-llvm-Do-not-assume-linux-glibc.patch \ 23 file://0002-llvm-Do-not-assume-linux-glibc.patch \
24 file://0003-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch \ 24 file://0003-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch \
25 file://0004-llvm-allow-env-override-of-exe-path.patch \ 25 file://0004-llvm-allow-env-override-of-exe-path.patch \
26 file://0005-llvm-ARM-Use-correct-calling-convention-for-libm.patch \
26 " 27 "
27 28
28# Clang patches 29# Clang patches