Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[llvm] Export LLVM_USE_SPLIT_DWARF in LLVMConfig.cmake
Export LLVM_USE_SPLIT_DWARF in LLVMConfig.cmake so that it can be used from standalone builds of clang and lldb. Currently, there is no way for standalone builds to know whether this option was set which means that it only applies to LLVM. Differential revision: https://reviews.llvm.org/D89282
- Loading branch information