[all-commits] [llvm/llvm-project] 91b6f7: [mlir] Fix calling the native mlir-pdll-tblgen
Marius Brehler via All-commits
all-commits at lists.llvm.org
Thu Aug 11 02:34:52 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 91b6f76a582a540a188b3501ea19fe2eee9daa3f
https://github.com/llvm/llvm-project/commit/91b6f76a582a540a188b3501ea19fe2eee9daa3f
Author: Marius Brehler <marius.brehler at iml.fraunhofer.de>
Date: 2022-08-11 (Thu, 11 Aug 2022)
Changed paths:
M mlir/CMakeLists.txt
Log Message:
-----------
[mlir] Fix calling the native mlir-pdll-tblgen
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.
Reviewed By: jpienaar
Differential Revision: https://reviews.llvm.org/D131596
More information about the All-commits
mailing list