[PATCH] D119380: [lld][CMake] Add a warning about the Standalone build being deprecated
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 9 15:29:27 PST 2022
MaskRay added a comment.
In D119380#3309311 <https://reviews.llvm.org/D119380#3309311>, @andrewrk wrote:
> Why stop there? Just keep it simple and fail the build.
Do you suggest `message(FATAL_ERROR ...)`? Honestly I don't know whether anybody has success with the standalone build...
If it is already broken enough, then perhaps we can just go with `FATAL_ERROR`.
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