[PATCH] D137669: clang/cmake: Require pre-built test dependencies for stand-alone builds
Martin Storsjö via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 8 13:29:41 PST 2022
mstorsjo added subscribers: smeenai, mstorsjo.
mstorsjo added a comment.
This does, somewhat, coincide with what I'm trying to do in D131052 <https://reviews.llvm.org/D131052>. There, I don't point out the binaries for `FileCheck` and similar, but point out preexisting native `llvm-tblgen`, `clang-tblgen` etc (to avoid needing to build them in a nested native cmake when cross compiling) - but if they exist, they would probably be in the same directory. Would it make sense to try to settle on a common variable name for both of these? Or is there a case where we specifically need to be able to differentiate between the two?
CC @smeenai
(I haven't gotten around to refreshing that patch yet, unfortunately.)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137669/new/
https://reviews.llvm.org/D137669
More information about the cfe-commits
mailing list