[PATCH] D33753: [libcxxabi] Add back HandleLLVMOptions for out of tree builds
Martell Malone via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 31 19:38:43 PDT 2017
martell created this revision.
Herald added a subscriber: mgorny.
Quick change to review
Repository:
rL LLVM
https://reviews.llvm.org/D33753
Files:
cmake/Modules/HandleOutOfTreeLLVM.cmake
Index: cmake/Modules/HandleOutOfTreeLLVM.cmake
===================================================================
--- cmake/Modules/HandleOutOfTreeLLVM.cmake
+++ cmake/Modules/HandleOutOfTreeLLVM.cmake
@@ -93,6 +93,7 @@
endif()
if (LLVM_FOUND)
include(AddLLVM OPTIONAL)
+ include(HandleLLVMOptions OPTIONAL)
endif()
# LLVM Options --------------------------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33753.100959.patch
Type: text/x-patch
Size: 417 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170601/68458429/attachment.bin>
More information about the llvm-commits
mailing list