diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-05-22 18:38:27 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2017-05-22 18:38:27 -0700 |
commit | c1dbc0aa3bc9cc9e51fa00d9cd07b8ab5acf3ce9 (patch) | |
tree | 02e8837f3d9b892ad387da255cef77b5a86d52d2 /recipes-devtools/clang/compiler-rt/0002-Simplify-cross-compilation.-Don-t-use-native-compile.patch | |
parent | 2baa00b8a919a1c29c891b900a48239856d01438 (diff) | |
download | meta-clang-c1dbc0aa3bc9cc9e51fa00d9cd07b8ab5acf3ce9.tar.gz |
clang/llvm: Move to upcoming 5.0.0 ( trunk ) release
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-devtools/clang/compiler-rt/0002-Simplify-cross-compilation.-Don-t-use-native-compile.patch')
-rw-r--r-- | recipes-devtools/clang/compiler-rt/0002-Simplify-cross-compilation.-Don-t-use-native-compile.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/recipes-devtools/clang/compiler-rt/0002-Simplify-cross-compilation.-Don-t-use-native-compile.patch b/recipes-devtools/clang/compiler-rt/0002-Simplify-cross-compilation.-Don-t-use-native-compile.patch index dbf3ea5..1a63a9b 100644 --- a/recipes-devtools/clang/compiler-rt/0002-Simplify-cross-compilation.-Don-t-use-native-compile.patch +++ b/recipes-devtools/clang/compiler-rt/0002-Simplify-cross-compilation.-Don-t-use-native-compile.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | From dc8fde5074321b80d23419127d28ce90ac984c96 Mon Sep 17 00:00:00 2001 | 1 | From 521311b98ffb4e912a6d863f134856d365eb9d36 Mon Sep 17 00:00:00 2001 |
2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
3 | Date: Thu, 19 May 2016 23:11:45 -0700 | 3 | Date: Thu, 19 May 2016 23:11:45 -0700 |
4 | Subject: [PATCH 2/3] Simplify cross-compilation. Don't use native-compiled | 4 | Subject: [PATCH 2/4] Simplify cross-compilation. Don't use native-compiled |
5 | llvm-config. | 5 | llvm-config. |
6 | 6 | ||
7 | Note: AddLLVM.cmake does not expose the LLVM source directory. | 7 | Note: AddLLVM.cmake does not expose the LLVM source directory. |
@@ -20,11 +20,11 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
20 | 1 file changed, 9 insertions(+), 1 deletion(-) | 20 | 1 file changed, 9 insertions(+), 1 deletion(-) |
21 | 21 | ||
22 | diff --git a/CMakeLists.txt b/CMakeLists.txt | 22 | diff --git a/CMakeLists.txt b/CMakeLists.txt |
23 | index 5b1591e..7c6c0f4 100644 | 23 | index b522c340d..7f2e49d17 100644 |
24 | --- a/CMakeLists.txt | 24 | --- a/CMakeLists.txt |
25 | +++ b/CMakeLists.txt | 25 | +++ b/CMakeLists.txt |
26 | @@ -42,7 +42,15 @@ option(COMPILER_RT_BUILD_XRAY "Build xray" ON) | 26 | @@ -35,7 +35,15 @@ set(COMPILER_RT_BAREMETAL_BUILD OFF CACHE BOOLEAN |
27 | mark_as_advanced(COMPILER_RT_BUILD_XRAY) | 27 | "Build for a bare-metal target.") |
28 | 28 | ||
29 | if (COMPILER_RT_STANDALONE_BUILD) | 29 | if (COMPILER_RT_STANDALONE_BUILD) |
30 | - load_llvm_config() | 30 | - load_llvm_config() |
@@ -41,5 +41,5 @@ index 5b1591e..7c6c0f4 100644 | |||
41 | # Find Python interpreter. | 41 | # Find Python interpreter. |
42 | set(Python_ADDITIONAL_VERSIONS 2.7 2.6 2.5) | 42 | set(Python_ADDITIONAL_VERSIONS 2.7 2.6 2.5) |
43 | -- | 43 | -- |
44 | 2.10.0 | 44 | 2.13.0 |
45 | 45 | ||