This is an archive of the discontinued LLVM Phabricator instance.

[llvm] Export LLVM_USE_SPLIT_DWARF in LLVMConfig.cmake
ClosedPublic

Authored by JDevlieghere on Oct 12 2020, 4:47 PM.

Details

Summary

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.

Diff Detail

Event Timeline

JDevlieghere created this revision.Oct 12 2020, 4:47 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 12 2020, 4:47 PM
Herald added a subscriber: mgorny. · View Herald Transcript
JDevlieghere requested review of this revision.Oct 12 2020, 4:47 PM
aprantl accepted this revision.Oct 12 2020, 4:47 PM
This revision is now accepted and ready to land.Oct 12 2020, 4:47 PM