[all-commits] [llvm/llvm-project] 14a06b: [CMake][libc] Don't put archive in build/lib/<targ...
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Mon Jun 5 17:44:49 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 14a06b806e3c2b4166e657fe25511bed0fcaf1c3
https://github.com/llvm/llvm-project/commit/14a06b806e3c2b4166e657fe25511bed0fcaf1c3
Author: Aiden Grossman <agrossman154 at yahoo.com>
Date: 2023-06-06 (Tue, 06 Jun 2023)
Changed paths:
M libc/CMakeLists.txt
Log Message:
-----------
[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
More information about the All-commits
mailing list