llvm-project/mlir/cmake/modules
Stephen Neuendorffer 3523876873 Fix exported MLIR_TABLEGEN_EXE
LLVM_OPTIMIZED_TABLEGEN results in MLIR_TABLEGEN_EXE pointing to
an absolute path in the build directory.  This doesn't work
when exporting to an install directory.  This patch fixes the exported
information for an install directory to refer to the installed
mlir-tblgen.  (Note that this is probably a debug version if
LLVM_OPTIMIZED_TABLEGEN is set)
2022-01-09 23:27:08 -08:00
..
AddMLIR.cmake [mlir][ods] AttrOrTypeGen uses Class 2021-12-01 16:53:23 +00:00
AddMLIRPython.cmake Re-apply "[mlir] Allow out-of-tree python building from installed MLIR." 2021-11-14 20:31:34 -08:00
CMakeLists.txt Fix exported MLIR_TABLEGEN_EXE 2022-01-09 23:27:08 -08:00
MLIRConfig.cmake.in Fix exported MLIR_TABLEGEN_EXE 2022-01-09 23:27:08 -08:00
MLIRDetectPythonEnv.cmake