This is an archive of the discontinued LLVM Phabricator instance.

[CMake] Fixing errors in r361513
ClosedPublic

Authored by beanz on May 23 2019, 11:45 AM.

Details

Summary

I somehow messed this up. libcxx appends the subdirectories itself, so we don't need to add them here.

Also, r361513 broke the "projects" build of libcxx because it always included the extra targets.

Diff Detail

Repository
rL LLVM

Event Timeline

beanz created this revision.May 23 2019, 11:45 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 23 2019, 11:45 AM
Herald added a subscriber: mgorny. · View Herald Transcript
lebedev.ri accepted this revision.May 23 2019, 11:48 AM

Thanks, works

This revision is now accepted and ready to land.May 23 2019, 11:48 AM
This revision was automatically updated to reflect the committed changes.

This change fixed my broken build on Ubuntu.