diff options
-rw-r--r-- | meta/recipes-devtools/llvm/llvm/0001-Disable-generating-a-native-llvm-config.patch | 41 | ||||
-rw-r--r-- | meta/recipes-devtools/llvm/llvm_git.bb | 5 |
2 files changed, 2 insertions, 44 deletions
diff --git a/meta/recipes-devtools/llvm/llvm/0001-Disable-generating-a-native-llvm-config.patch b/meta/recipes-devtools/llvm/llvm/0001-Disable-generating-a-native-llvm-config.patch deleted file mode 100644 index 2809e4c594..0000000000 --- a/meta/recipes-devtools/llvm/llvm/0001-Disable-generating-a-native-llvm-config.patch +++ /dev/null | |||
@@ -1,41 +0,0 @@ | |||
1 | From 7f7743ce233fcd735ec580c75270413493658aa6 Mon Sep 17 00:00:00 2001 | ||
2 | From: Khem Raj <raj.khem@gmail.com> | ||
3 | Date: Thu, 19 Apr 2018 18:08:31 -0700 | ||
4 | Subject: [PATCH] Disable generating a native llvm-config | ||
5 | |||
6 | OpenEmbedded already builds this as part of llvm-native | ||
7 | |||
8 | Upstream-Status: Inappropriate [OE-Specific] | ||
9 | |||
10 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
11 | --- | ||
12 | tools/llvm-config/CMakeLists.txt | 16 ---------------- | ||
13 | 1 file changed, 16 deletions(-) | ||
14 | |||
15 | diff --git a/tools/llvm-config/CMakeLists.txt b/tools/llvm-config/CMakeLists.txt | ||
16 | index 25f99cec978..c45e9b642a8 100644 | ||
17 | --- a/tools/llvm-config/CMakeLists.txt | ||
18 | +++ b/tools/llvm-config/CMakeLists.txt | ||
19 | @@ -63,19 +63,3 @@ endif() | ||
20 | |||
21 | # Add the dependency on the generation step. | ||
22 | add_file_dependencies(${CMAKE_CURRENT_SOURCE_DIR}/llvm-config.cpp ${BUILDVARIABLES_OBJPATH}) | ||
23 | - | ||
24 | -if(CMAKE_CROSSCOMPILING) | ||
25 | - set(${project}_LLVM_CONFIG_EXE "${LLVM_NATIVE_BUILD}/bin/llvm-config") | ||
26 | - set(${project}_LLVM_CONFIG_EXE ${${project}_LLVM_CONFIG_EXE} PARENT_SCOPE) | ||
27 | - | ||
28 | - add_custom_command(OUTPUT "${${project}_LLVM_CONFIG_EXE}" | ||
29 | - COMMAND ${CMAKE_COMMAND} --build . --target llvm-config --config $<CONFIGURATION> | ||
30 | - DEPENDS ${LLVM_NATIVE_BUILD}/CMakeCache.txt | ||
31 | - WORKING_DIRECTORY ${LLVM_NATIVE_BUILD} | ||
32 | - COMMENT "Building native llvm-config..." | ||
33 | - USES_TERMINAL) | ||
34 | - add_custom_target(${project}NativeLLVMConfig DEPENDS ${${project}_LLVM_CONFIG_EXE}) | ||
35 | - add_dependencies(${project}NativeLLVMConfig CONFIGURE_LLVM_NATIVE) | ||
36 | - | ||
37 | - add_dependencies(llvm-config ${project}NativeLLVMConfig) | ||
38 | -endif(CMAKE_CROSSCOMPILING) | ||
39 | -- | ||
40 | 2.17.0 | ||
41 | |||
diff --git a/meta/recipes-devtools/llvm/llvm_git.bb b/meta/recipes-devtools/llvm/llvm_git.bb index cb3bba6fab..bb83012231 100644 --- a/meta/recipes-devtools/llvm/llvm_git.bb +++ b/meta/recipes-devtools/llvm/llvm_git.bb | |||
@@ -19,14 +19,13 @@ PROVIDES += "llvm${PV}" | |||
19 | LLVM_RELEASE = "${PV}" | 19 | LLVM_RELEASE = "${PV}" |
20 | LLVM_DIR = "llvm${LLVM_RELEASE}" | 20 | LLVM_DIR = "llvm${LLVM_RELEASE}" |
21 | 21 | ||
22 | SRCREV = "089d4c0c490687db6c75f1d074e99c4d42936a50" | 22 | SRCREV = "5136df4d089a086b70d452160ad5451861269498" |
23 | PV = "6.0" | 23 | PV = "6.0" |
24 | BRANCH = "release_60" | 24 | BRANCH = "release_60" |
25 | PATCH_VERSION = "0" | 25 | PATCH_VERSION = "1" |
26 | SRC_URI = "git://github.com/llvm-mirror/llvm.git;branch=${BRANCH};protocol=http \ | 26 | SRC_URI = "git://github.com/llvm-mirror/llvm.git;branch=${BRANCH};protocol=http \ |
27 | file://0001-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch \ | 27 | file://0001-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch \ |
28 | file://0002-llvm-allow-env-override-of-exe-path.patch \ | 28 | file://0002-llvm-allow-env-override-of-exe-path.patch \ |
29 | file://0001-Disable-generating-a-native-llvm-config.patch \ | ||
30 | " | 29 | " |
31 | UPSTREAM_CHECK_COMMITS = "1" | 30 | UPSTREAM_CHECK_COMMITS = "1" |
32 | S = "${WORKDIR}/git" | 31 | S = "${WORKDIR}/git" |