[PATCH] D41929: [Fuchsia] Disable LLDB from the toolchain distribution

Petr Hosek via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 10 20:26:45 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rC322253: [Fuchsia] Remove LLDB from the toolchain distribution (authored by phosek, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D41929?vs=129377&id=129393#toc

Repository:
  rC Clang

https://reviews.llvm.org/D41929

Files:
  cmake/caches/Fuchsia-stage2.cmake


Index: cmake/caches/Fuchsia-stage2.cmake
===================================================================
--- cmake/caches/Fuchsia-stage2.cmake
+++ cmake/caches/Fuchsia-stage2.cmake
@@ -20,10 +20,6 @@
   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_DISTRIBUTION_COMPONENTS
   clang
   lld
-  lldb
-  liblldb
   LTO
   clang-format
   clang-headers


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41929.129393.patch
Type: text/x-patch
Size: 658 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180111/2221a2f2/attachment.bin>


More information about the cfe-commits mailing list