Skip to content

Commit

Permalink
[libcxxabi] HandleLLVMOptions in out of tree build
Browse files Browse the repository at this point in the history
Differential revision: https://reviews.llvm.org/D33753

llvm-svn: 304664
  • Loading branch information
martell committed Jun 3, 2017
1 parent 8a338ea commit 2fdf185
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libcxxabi/cmake/Modules/HandleOutOfTreeLLVM.cmake
Expand Up @@ -93,6 +93,7 @@ macro(configure_out_of_tree_llvm)
endif()
if (LLVM_FOUND)
include(AddLLVM OPTIONAL)
include(HandleLLVMOptions OPTIONAL)
endif()

# LLVM Options --------------------------------------------------------------
Expand Down

0 comments on commit 2fdf185

Please sign in to comment.