mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-03-03 08:02:41 +00:00
Reland "[Fuchsia] Enable llvm-driver build".
The MacOS problem has been fixed. Additionally, don't enable the driver build on Windows. We can look into enabling it later if symlinks work better than I think on Windows. Differential Revision: https://reviews.llvm.org/D144287
This commit is contained in:
parent
28d8889d27
commit
55ab77d279
@ -26,6 +26,8 @@ set(LLVM_USE_RELATIVE_PATHS_IN_FILES ON CACHE BOOL "")
|
||||
|
||||
if(WIN32)
|
||||
set(LLVM_USE_CRT_RELEASE "MT" CACHE STRING "")
|
||||
else()
|
||||
set(LLVM_TOOL_LLVM_DRIVER_BUILD ON CACHE BOOL "")
|
||||
endif()
|
||||
|
||||
set(CLANG_DEFAULT_CXX_STDLIB libc++ CACHE STRING "")
|
||||
@ -292,6 +294,7 @@ set(LLVM_TOOLCHAIN_TOOLS
|
||||
llvm-cxxfilt
|
||||
llvm-debuginfod-find
|
||||
llvm-dlltool
|
||||
llvm-driver
|
||||
llvm-dwarfdump
|
||||
llvm-dwp
|
||||
llvm-ifs
|
||||
|
Loading…
x
Reference in New Issue
Block a user