summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/clang/CMakeLists.txt b/clang/CMakeLists.txt
index 53e5f33246a..abab6ce8cb5 100644
--- a/clang/CMakeLists.txt
+++ b/clang/CMakeLists.txt
@@ -546,6 +546,7 @@ if (CLANG_ENABLE_BOOTSTRAP)
set(_BOOTSTRAP_DEFAULT_PASSTHROUGH
PACKAGE_VERSION
+ PACKAGE_VENDOR
LLVM_VERSION_MAJOR
LLVM_VERSION_MINOR
LLVM_VERSION_PATCH
@@ -555,7 +556,8 @@ if (CLANG_ENABLE_BOOTSTRAP)
LLVM_VERSION_SUFFIX
LLVM_BINUTILS_INCDIR
CLANG_REPOSITORY_STRING
- CMAKE_MAKE_PROGRAM)
+ CMAKE_MAKE_PROGRAM
+ CMAKE_OSX_ARCHITECTURES)
if(TARGET compiler-rt)
set(RUNTIME_DEP compiler-rt)
OpenPOWER on IntegriCloud