mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-24 14:20:17 +00:00
[libunwind] Pass LIBUNWIND_SYSROOT and LIBUNWIND_GCC_TOOLCHAIN to lit
These are expected to be set by the shared lit scripts used from libc++. Differential Revision: https://reviews.llvm.org/D40817 llvm-svn: 319823
This commit is contained in:
parent
13d449d3e2
commit
9d30c313f1
@ -19,6 +19,8 @@ config.enable_exceptions = "@LIBUNWIND_ENABLE_EXCEPTIONS@"
|
||||
config.host_triple = "@LLVM_HOST_TRIPLE@"
|
||||
config.target_triple = "@TARGET_TRIPLE@"
|
||||
config.use_target = len("@LIBUNWIND_TARGET_TRIPLE@") > 0
|
||||
config.sysroot = "@LIBUNWIND_SYSROOT@"
|
||||
config.gcc_toolchain = "@LIBUNWIND_GCC_TOOLCHAIN@"
|
||||
config.cxx_ext_threads = "@LIBUNWIND_BUILD_EXTERNAL_THREAD_LIBRARY@"
|
||||
|
||||
# Let the main config do the real work.
|
||||
|
Loading…
Reference in New Issue
Block a user