[PATCH] D129222: [pseudo] Implement a guard to determine function declarator.
Haojian Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 21 01:11:55 PDT 2022
hokein added a comment.
I'm sorry for the trouble it causes, and thanks for all details!
> This could have something to do with "LLVM_OPTIMIZED_TABLEGEN": "ON", perhaps, and there is some dependency missing to rebuild the NATIVE target.
Yeah, the native clang-pseudo-gen tool didn't rebuild somehow even its source file changes, it is a bug in our cmake config. Should be fixed in 2955192df8ac270515b5fa4aaa9e9380148e7f00 <https://reviews.llvm.org/rG2955192df8ac270515b5fa4aaa9e9380148e7f00> (I verified it locally). Can you retry it with `LLVM_OPTIMIZED_TABLEGEN` on?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129222/new/
https://reviews.llvm.org/D129222
More information about the cfe-commits
mailing list