This is an archive of the discontinued LLVM Phabricator instance.

[CMake] Aggregate options for LLDB in LLDBConfig.cmake
ClosedPublic

Authored by sgraenitz on Dec 5 2018, 5:38 AM.

Details

Summary

In preparation for LLDB.framework changes, collect options for LLDB in LLDBConfig.cmake (used for both, standalone and in-tree builds).

Diff Detail

Repository
rL LLVM

Event Timeline

sgraenitz created this revision.Dec 5 2018, 5:38 AM
aprantl accepted this revision.Dec 5 2018, 9:16 AM

Looks more organized.

This revision is now accepted and ready to land.Dec 5 2018, 9:16 AM
JDevlieghere accepted this revision.Dec 7 2018, 9:20 AM
xiaobai accepted this revision.Dec 7 2018, 10:30 AM

Definitely much easier to read. Thanks for taking care of this! :)

Remove old option LLDB_USE_ENTITLEMENTS here and not in D55328

This revision was automatically updated to reflect the committed changes.