[PATCH] D126397: [pseudo] Fix pseudo-gen usage when cross-compiling

Martin Storsjö via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 27 02:15:19 PDT 2022


mstorsjo added a comment.

Regarding building native tools while cross compiling - for other tools so far, we’ve also had the option to pass an option like `-DLLVM_TABLEGEN=path/to/llvm-tblgen`. If all the needed native tools are provided that way, the build doesn’t need to set up the nested native cmake build while cross compiling. Should we prove a way to do that for this build time generation tool too?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D126397



More information about the cfe-commits mailing list