[PATCH] D33753: [libcxxabi] Add back HandleLLVMOptions for out of tree builds
Martell Malone via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jun 3 10:23:48 PDT 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL304664: [libcxxabi] HandleLLVMOptions in out of tree build (authored by martell).
Changed prior to commit:
https://reviews.llvm.org/D33753?vs=100959&id=101324#toc
Repository:
rL LLVM
https://reviews.llvm.org/D33753
Files:
libcxxabi/trunk/cmake/Modules/HandleOutOfTreeLLVM.cmake
Index: libcxxabi/trunk/cmake/Modules/HandleOutOfTreeLLVM.cmake
===================================================================
--- libcxxabi/trunk/cmake/Modules/HandleOutOfTreeLLVM.cmake
+++ libcxxabi/trunk/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.101324.patch
Type: text/x-patch
Size: 465 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170603/015296b4/attachment.bin>
More information about the llvm-commits
mailing list