[PATCH] D58284: [clang] Switch to LLVM_ENABLE_IDE

Shoaib Meenai via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 15 08:06:43 PST 2019


smeenai created this revision.
smeenai added reviewers: beanz, phosek.
Herald added subscribers: jdoerfert, arphaman, mgorny.
Herald added a project: clang.

r344555 switched LLVM to guarding install targets with LLVM_ENABLE_IDE
instead of CMAKE_CONFIGURATION_TYPES, which expresses the intent more
directly and can be overridden by a user. Make the corresponding change
in clang. LLVM_ENABLE_IDE is computed by HandleLLVMOptions, so it should
be available for both standalone and integrated builds.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D58284

Files:
  clang/CMakeLists.txt
  clang/cmake/modules/AddClang.cmake
  clang/lib/Headers/CMakeLists.txt
  clang/tools/c-index-test/CMakeLists.txt
  clang/tools/diagtool/CMakeLists.txt
  clang/tools/libclang/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58284.187020.patch
Type: text/x-patch
Size: 4041 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190215/3149a484/attachment-0001.bin>


More information about the cfe-commits mailing list