[libc-commits] [PATCH] D151624: [libc][CMake] Place archives in build/lib/<target-triple>

Aiden Grossman via Phabricator via libc-commits libc-commits at lists.llvm.org
Sat May 27 19:55:36 PDT 2023


aidengrossman added reviewers: phosek, sivachandra, lntue, jhuber6.
aidengrossman added a comment.

This will be necessary for using https://reviews.llvm.org/D151013 in multi-stage builds automatically. This is the default behavior of the libcxx builds (logic was copied from there), which can be automatically linked against in multi-stage builds since clang by default includes this directory. I wasn't able to find any specific reason the LLVM libc static archives were placed where they were, but it's very possible I could be missing something there.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D151624/new/

https://reviews.llvm.org/D151624



More information about the libc-commits mailing list