This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Fix calling the native mlir-pdll-tblgen
ClosedPublic

Authored by marbre on Aug 10 2022, 10:31 AM.

Details

Summary

This sets the MLIR_PDLL_TABLEGEN_EXE and MLIR_PDLL_TABLEGEN_TARGET
as cache variables which is necessary for cross-compiling projects that
rely on MLIR and the mlir-pdll-tblgen tool.

The patch is similar to https://reviews.llvm.org/D130350.

Diff Detail

Event Timeline

marbre created this revision.Aug 10 2022, 10:31 AM
marbre requested review of this revision.Aug 10 2022, 10:31 AM
jpienaar accepted this revision.Aug 10 2022, 10:39 AM
This revision is now accepted and ready to land.Aug 10 2022, 10:39 AM
This revision was automatically updated to reflect the committed changes.