[PATCH] D150144: cmake: add missing dependency on Attributes.inc

NAKAMURA Takumi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 13 21:46:30 PDT 2023


chapuni added a comment.

@jroelofs Sorry for the delay and thanks for the report.

I didn't expect the case of `LLVM_TABLEGEN=$BUILD/bin/llvm-tblgen` (with path). It would be bad if `llvm-min-tblgen` is overridden by `LLVM_TABLEGEN`, that is not an external executable but is built in-tree.

I would like the config not to specify `LLVM_TABLEGEN` unless it is external. But I could let CMake check whether `LLVM_TABLEGEN` points actually internal target.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150144



More information about the llvm-commits mailing list