mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-07 18:10:24 +00:00
[Fuchsia] Remove LLDB from the toolchain distribution
This is currently not being used so disable it to reduce toolchain size. Differential Revision: https://reviews.llvm.org/D41929 llvm-svn: 322253
This commit is contained in:
parent
e4825b8dc4
commit
98a57ad6ce
@ -20,10 +20,6 @@ if(NOT APPLE)
|
||||
set(CLANG_DEFAULT_OBJCOPY llvm-objcopy CACHE STRING "")
|
||||
endif()
|
||||
|
||||
if(APPLE)
|
||||
set(LLDB_CODESIGN_IDENTITY "" CACHE STRING "")
|
||||
endif()
|
||||
|
||||
set(LLVM_ENABLE_ASSERTIONS ON CACHE BOOL "")
|
||||
set(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING "")
|
||||
set(CMAKE_C_FLAGS_RELWITHDEBINFO "-O3 -gline-tables-only -DNDEBUG" CACHE STRING "")
|
||||
@ -84,8 +80,6 @@ set(LLVM_TOOLCHAIN_TOOLS
|
||||
set(LLVM_DISTRIBUTION_COMPONENTS
|
||||
clang
|
||||
lld
|
||||
lldb
|
||||
liblldb
|
||||
LTO
|
||||
clang-format
|
||||
clang-headers
|
||||
|
Loading…
x
Reference in New Issue
Block a user