summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/clang/0007-llvm-allow-env-override-of-exe-path.patch
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-09-04 11:15:43 -0700
committerKhem Raj <raj.khem@gmail.com>2019-09-07 09:13:54 -0700
commit1d4117744d4a1a8349b832868afe53281d789d04 (patch)
tree11b872482c701bb6f7021435dfd9934c51488da5 /recipes-devtools/clang/clang/0007-llvm-allow-env-override-of-exe-path.patch
parent9fd82b1647461de153c8da5eaa606f93cb933e34 (diff)
downloadmeta-clang-1d4117744d4a1a8349b832868afe53281d789d04.tar.gz
clang: Define PYTHON_LIBRARY and PYTHON_INCLUDE_DIR
- Update at the same time to latest on 9.x - Update patches to drop patch numbers - Drop lldb from search python interpreter Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-devtools/clang/clang/0007-llvm-allow-env-override-of-exe-path.patch')
-rw-r--r--recipes-devtools/clang/clang/0007-llvm-allow-env-override-of-exe-path.patch7
1 files changed, 2 insertions, 5 deletions
diff --git a/recipes-devtools/clang/clang/0007-llvm-allow-env-override-of-exe-path.patch b/recipes-devtools/clang/clang/0007-llvm-allow-env-override-of-exe-path.patch
index 162d4e1..58dce51 100644
--- a/recipes-devtools/clang/clang/0007-llvm-allow-env-override-of-exe-path.patch
+++ b/recipes-devtools/clang/clang/0007-llvm-allow-env-override-of-exe-path.patch
@@ -1,7 +1,7 @@
1From eb2aeff635789738b25907388ea1ef8ea3e12641 Mon Sep 17 00:00:00 2001 1From 61b00e1e051e367f5483d7b5253b6c85a9e8a90f Mon Sep 17 00:00:00 2001
2From: Martin Kelly <mkelly@xevo.com> 2From: Martin Kelly <mkelly@xevo.com>
3Date: Fri, 19 May 2017 00:22:57 -0700 3Date: Fri, 19 May 2017 00:22:57 -0700
4Subject: [PATCH 07/20] llvm: allow env override of exe path 4Subject: [PATCH] llvm: allow env override of exe path
5 5
6When using a native llvm-config from inside a sysroot, we need llvm-config to 6When using a native llvm-config from inside a sysroot, we need llvm-config to
7return the libraries, include directories, etc. from inside the sysroot rather 7return the libraries, include directories, etc. from inside the sysroot rather
@@ -32,6 +32,3 @@ index 7ef7c46a262..a4f7ed82c7b 100644
32 // This just needs to be some symbol in the binary; C++ doesn't 32 // This just needs to be some symbol in the binary; C++ doesn't
33 // allow taking the address of ::main however. 33 // allow taking the address of ::main however.
34 void *P = (void *)(intptr_t)GetExecutablePath; 34 void *P = (void *)(intptr_t)GetExecutablePath;
35--
362.22.0
37