[PATCH] D119380: [lld][CMake] Add a warning about the Standalone build being deprecated

Andrew Kelley via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 9 15:31:13 PST 2022


andrewrk added a comment.

My goal is to use the same method for compiling llvm, clang, and lld as package maintainers, so that we don't get any "surprises" when someone packages our application using system llvm, lld, clang packages. I don't really care which way is the correct way to compile the software but the existence of multiple ways to do it creates problems for me.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119380



More information about the llvm-commits mailing list