Skip to content
Snippets Groups Projects
Commit f3d72179 authored by Chris Bieneman's avatar Chris Bieneman
Browse files

[CMake] Add a few default passthrough variables for bootstrap builds

This just passes through a few missing CMake variables for multi-stage builds.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@284443 91177308-0d34-0410-b5e6-96231b3b80d8
parent e5e0f9d1
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment