This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Fix building LLDB standlone without framework
ClosedPublic

Authored by bulbazord on Jul 31 2023, 4:31 PM.

Details

Summary

In a809720102fae8d1b5a7073f99f9dae9395c5f41 I refactored some logic to
deal with the clang resource directory in standalone LLDB builds.
However, this logic escaped me because it only runs when you do not
build LLDB.framework.

Diff Detail

Event Timeline

bulbazord created this revision.Jul 31 2023, 4:31 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 31 2023, 4:31 PM
bulbazord requested review of this revision.Jul 31 2023, 4:31 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 31 2023, 4:31 PM
This revision is now accepted and ready to land.Jul 31 2023, 7:09 PM
mib accepted this revision.Jul 31 2023, 10:38 PM
This revision was automatically updated to reflect the committed changes.