mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-03 07:38:57 +00:00
[CMake] Update DistributionExample for mono repo
This just updates the DistributionExamples from my 2016 Dev Meeting talk to work more seamlessly with the monorepo. llvm-svn: 361184
This commit is contained in:
parent
380eaa0cfa
commit
c1ad143f95
@ -1,6 +1,9 @@
|
||||
# This file sets up a CMakeCache for the second stage of a simple distribution
|
||||
# bootstrap build.
|
||||
|
||||
set(LLVM_ENABLE_PROJECTS "clang;clang-tools-extra;lld" CACHE STRING "")
|
||||
set(LLVM_ENABLE_RUNTIMES "compiler-rt;libcxx" CACHE STRING "")
|
||||
|
||||
set(LLVM_TARGETS_TO_BUILD X86;ARM;AArch64 CACHE STRING "")
|
||||
|
||||
set(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING "")
|
||||
|
@ -1,5 +1,9 @@
|
||||
# This file sets up a CMakeCache for a simple distribution bootstrap build.
|
||||
|
||||
#Enable LLVM projects and runtimes
|
||||
set(LLVM_ENABLE_PROJECTS "clang;clang-tools-extra;lld" CACHE STRING "")
|
||||
set(LLVM_ENABLE_RUNTIMES "compiler-rt;libcxx" CACHE STRING "")
|
||||
|
||||
# Only build the native target in stage1 since it is a throwaway build.
|
||||
set(LLVM_TARGETS_TO_BUILD Native CACHE STRING "")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user