[PATCH] D125667: [pseudo] A basic implementation of compiling cxx grammar at build time.
Shoaib Meenai via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 25 09:37:35 PDT 2022
smeenai added a comment.
This breaks cross-compilation, because we're building `pseudo-gen` for the target but then trying to run it on the build machine. You'll need to do something like TableGen does (see https://github.com/llvm/llvm-project/blob/main/llvm/cmake/modules/CrossCompile.cmake and the uses of `build_native_tool`). That being said, I'm trying to figure out why our builds are attempting to build this in the first place, since as far as I can tell nothing external depends on it yet.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125667/new/
https://reviews.llvm.org/D125667
More information about the cfe-commits
mailing list