Skip to content

Commit

Permalink
Add missing CMake dep (iree-org#5081)
Browse files Browse the repository at this point in the history
Required to call `mlir::registerLLVMDialectTranslation()`.
Unbreaks upgrading the IREE submodule in iree-template-cpp.
  • Loading branch information
marbre authored Mar 12, 2021
1 parent ca29d25 commit a2a464d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iree/tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ if(${IREE_BUILD_COMPILER})
::init_xla_dialects
LLVMSupport
MLIRIR
MLIRLLVMToLLVMIRTranslation
MLIRSCFTransforms
MLIRPass
MLIRSupport
Expand Down

0 comments on commit a2a464d

Please sign in to comment.