diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-09-21 14:51:23 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2017-09-21 14:51:23 -0700 |
commit | 2c1619639ee5b4331c78c794fdfd2a0d5d778b2f (patch) | |
tree | d877f0d0aeb628a3e28816176ffc0f45070576de /recipes-devtools/clang/clang_git.bb | |
parent | 4f1339959505b45a165f00ee5b27a33dac100b9c (diff) | |
download | meta-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.bb | 1 |
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 |