From 2fdf185beaab02a21374d4339bc9a7fd3ae5c49d Mon Sep 17 00:00:00 2001 From: Martell Malone Date: Sat, 3 Jun 2017 17:23:19 +0000 Subject: [PATCH] [libcxxabi] HandleLLVMOptions in out of tree build Differential revision: https://reviews.llvm.org/D33753 llvm-svn: 304664 --- libcxxabi/cmake/Modules/HandleOutOfTreeLLVM.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/libcxxabi/cmake/Modules/HandleOutOfTreeLLVM.cmake b/libcxxabi/cmake/Modules/HandleOutOfTreeLLVM.cmake index 1dcaf9036a548..8e7420889787d 100644 --- a/libcxxabi/cmake/Modules/HandleOutOfTreeLLVM.cmake +++ b/libcxxabi/cmake/Modules/HandleOutOfTreeLLVM.cmake @@ -93,6 +93,7 @@ macro(configure_out_of_tree_llvm) endif() if (LLVM_FOUND) include(AddLLVM OPTIONAL) + include(HandleLLVMOptions OPTIONAL) endif() # LLVM Options --------------------------------------------------------------