[libcxx-commits] [PATCH] D125561: [runtimes][NFC] Remove dead code for Standalone builds
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri May 13 09:20:42 PDT 2022
ldionne created this revision.
Herald added subscribers: libcxx-commits, mgorny.
Herald added projects: libunwind, All.
Herald added a reviewer: libunwind.
ldionne requested review of this revision.
Herald added projects: libc++, libc++abi.
Herald added a reviewer: libc++.
Herald added a reviewer: libc++abi.
Standalone builds have been deprecated and then removed for a while now.
Trying to use standalone builds leads to a fatal CMake error, so this
code is all dead. Remove it to clean things up.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D125561
Files:
libcxx/CMakeLists.txt
libcxx/benchmarks/CMakeLists.txt
libcxx/test/CMakeLists.txt
libcxxabi/CMakeLists.txt
libcxxabi/test/CMakeLists.txt
libunwind/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125561.429271.patch
Type: text/x-patch
Size: 13085 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220513/7310da76/attachment-0001.bin>
More information about the libcxx-commits
mailing list