We've been meaning to remove those targets for a while, and the fix is
simple enough cause they're all just aliases to other targets.
There's no doubt this commit will break some CI systems, however the
fix is trivial.
Paths
| Differential D76104
Remove legacy CMake targets for libcxx and libcxxabi ClosedPublic Authored by ldionne on Mar 12 2020, 3:24 PM.
Details
Summary We've been meaning to remove those targets for a while, and the fix is There's no doubt this commit will break some CI systems, however the
Diff Detail
Event TimelineComment Actions Just to clear things out since the review groups are new, I'm still waiting for a thumbs up from someone from the libc++ group (so @EricWF or @mclow.lists). This revision is now accepted and ready to land.Mar 21 2020, 4:59 PM Closed by commit rGf383fb40b17b: Remove legacy CMake targets for libcxx and libcxxabi (authored by ldionne). · Explain WhyMar 23 2020, 8:09 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 252049 libcxx/docs/BuildingLibcxx.rst
libcxx/docs/TestingLibcxx.rst
libcxx/include/CMakeLists.txt
libcxx/src/CMakeLists.txt
libcxx/test/CMakeLists.txt
libcxxabi/src/CMakeLists.txt
libcxxabi/test/CMakeLists.txt
|