Skip to content

Commit

Permalink
Don't explicitly set MLIR_PDLL_TABLEGEN_EXE (iree-org#10151)
Browse files Browse the repository at this point in the history
With llvm/llvm-project@91b6f76, the variable `MLIR_PDLL_TABLEGEN_EXE` is
set as a cache variable in MLIR upstream.
  • Loading branch information
marbre authored Aug 22, 2022
1 parent 52e8625 commit 9b092fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build_tools/cmake/iree_copts.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,6 @@ endif()
# Third party: llvm-project
#-------------------------------------------------------------------------------
if(IREE_BUILD_COMPILER)
set(MLIR_PDLL_TABLEGEN_EXE mlir-pdll)
# iree-tblgen is not defined using the add_tablegen mechanism as other TableGen
# tools in LLVM.
iree_get_executable_path(IREE_TABLEGEN_EXE iree-tblgen)
Expand Down

0 comments on commit 9b092fb

Please sign in to comment.