[all-commits] [llvm/llvm-project] 0a22df: [runtimes][NFC] Remove dead code for Standalone bu...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Fri May 13 11:37:47 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0a22dfcb11c05cbd4f654c8ef1868a4bc6085140
https://github.com/llvm/llvm-project/commit/0a22dfcb11c05cbd4f654c8ef1868a4bc6085140
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2022-05-13 (Fri, 13 May 2022)
Changed paths:
M libcxx/CMakeLists.txt
M libcxx/benchmarks/CMakeLists.txt
M libcxx/test/CMakeLists.txt
M libcxxabi/CMakeLists.txt
M libcxxabi/test/CMakeLists.txt
M libunwind/CMakeLists.txt
Log Message:
-----------
[runtimes][NFC] Remove dead code for Standalone builds
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.
Differential Revision: https://reviews.llvm.org/D125561
More information about the All-commits
mailing list