[PATCH] D129222: [pseudo] Implement a guard to determine function declarator.

Matheus Izvekov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 20 15:22:23 PDT 2022


mizvekov added a comment.

The clang-pseudo-gen that sits in `.\llvm\RelWithDebInfo\bin\clang-pseudo-gen` generates correct output, the one that sits in `.\llvm\NATIVE\Release\bin\clang-pseudo-gen.exe` doesn't, which seems to be the one cmake is picking up for this job.

This could have something to do with `"LLVM_OPTIMIZED_TABLEGEN": "ON",` perhaps, and there is some dependency missing to rebuild the NATIVE target.


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