This is an archive of the discontinued LLVM Phabricator instance.

[CMake] Polish folders in generated Xcode project
ClosedPublic

Authored by sgraenitz on Jul 17 2019, 6:25 AM.

Details

Summary

Group plugins by subfolder. Move liblldb-resource-headers to lldb misc. Avoid install-distribution related targets in IDE-enabled builds.

Diff Detail

Repository
rL LLVM

Event Timeline

sgraenitz created this revision.Jul 17 2019, 6:25 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 17 2019, 6:25 AM
Herald added a subscriber: mgorny. · View Herald Transcript

Should give this folder structure in Xcode standalone builds:


We try to cut the parent folder names from the leaf folders, but that gets a mess quickly as not all names are consistent with their parent directories.

I am going to land this, its cosmetics and the 9.0 branch was cut.

This revision was not accepted when it landed; it landed in state Needs Review.Jul 18 2019, 9:47 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptJul 18 2019, 9:47 AM