[llvm] Export LLVM_USE_SPLIT_DWARF in LLVMConfig.cmake
authorJonas Devlieghere <jonas@devlieghere.com>
Mon, 12 Oct 2020 23:48:20 +0000 (16:48 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Mon, 12 Oct 2020 23:48:59 +0000 (16:48 -0700)
commit7f8dc347c9552f339b4410b679d91bceb2cc456e
treef1fe93d5da15213b8ca2ac4c81d27e7115d425df
parentcffb0dd54d41d8e249d2009467c4beb5b681ba26
[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
llvm/cmake/modules/LLVMConfig.cmake.in