[PATCH] D137669: clang/cmake: Require pre-built test dependencies for stand-alone builds

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 10 14:40:46 PST 2022


tstellar added a comment.

In D137669#3915899 <https://reviews.llvm.org/D137669#3915899>, @mstorsjo wrote:

> 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?

Do you mean creating a common variable name for the path to llvm utils?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137669



More information about the llvm-commits mailing list