[CMake][libc] Don't put archive in build/lib/<target triple> by default
authorAiden Grossman <agrossman154@yahoo.com>
Mon, 5 Jun 2023 19:57:13 +0000 (19:57 +0000)
committerAiden Grossman <agrossman154@yahoo.com>
Tue, 6 Jun 2023 00:43:11 +0000 (00:43 +0000)
commit14a06b806e3c2b4166e657fe25511bed0fcaf1c3
tree6abe21b8fba7b71af3a5803feb1cbe63b447fe76
parente6a350df106cac06b22e23cedef0819a99f41ede
[CMake][libc] Don't put archive in build/lib/<target triple> by default

ea8f4b98419750c8cc7c60ea43b570adf47b3f78 broke some build configurations
because it was enabled by default and some people are using a just built
libc/clang/LLVM to work on other projects where having a just built LLVM
libc in one of Clang's default include directories can make things
unusable.

Differential Revision: https://reviews.llvm.org/D152190
libc/CMakeLists.txt