]> granicus.if.org Git - llvm/commit
build: serialise `LLVM_ENABLE_UNWIND_TABLES` into LLVMConfig
authorSaleem Abdulrasool <compnerd@compnerd.org>
Mon, 30 Sep 2019 20:03:59 +0000 (20:03 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Mon, 30 Sep 2019 20:03:59 +0000 (20:03 +0000)
commite9915e833b601c0ff32e1a196f37645cb7e61d48
tree48b6b317c354dcab2541e10a6277bbf85f46bd91
parent08b3f4834c626b527e495c3b05d740940f9eca35
build: serialise `LLVM_ENABLE_UNWIND_TABLES` into LLVMConfig

Serialize the value of the configuration option into the configuration so that
builds which integrate LLVM can identify the value of the flag that was used to
build the libraries.  This is intended to be used by Swift to control tests
which rely on the unwind information.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@373253 91177308-0d34-0410-b5e6-96231b3b80d8
cmake/modules/LLVMConfig.cmake.in