summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libcxxabi/cmake/Modules/HandleOutOfTreeLLVM.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxxabi/cmake/Modules/HandleOutOfTreeLLVM.cmake b/libcxxabi/cmake/Modules/HandleOutOfTreeLLVM.cmake
index 1dcaf9036a5..8e742088978 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 --------------------------------------------------------------
OpenPOWER on IntegriCloud