[runtimes][NFC] Remove dead code for Standalone builds
authorLouis Dionne <ldionne.2@gmail.com>
Fri, 13 May 2022 16:15:15 +0000 (12:15 -0400)
committerLouis Dionne <ldionne.2@gmail.com>
Fri, 13 May 2022 18:37:24 +0000 (14:37 -0400)
commit0a22dfcb11c05cbd4f654c8ef1868a4bc6085140
tree5328feacb0d2c66b9d66786417889a44909a8778
parent345ed58ed513ab34640af7f174f27834acd958c1
[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
libcxx/CMakeLists.txt
libcxx/benchmarks/CMakeLists.txt
libcxx/test/CMakeLists.txt
libcxxabi/CMakeLists.txt
libcxxabi/test/CMakeLists.txt
libunwind/CMakeLists.txt