diff --git a/mlir/lib/Target/CMakeLists.txt b/mlir/lib/Target/CMakeLists.txt --- a/mlir/lib/Target/CMakeLists.txt +++ b/mlir/lib/Target/CMakeLists.txt @@ -16,6 +16,7 @@ LINK_LIBS PUBLIC MLIRLLVMIR + MLIROpenMP MLIRLLVMIRTransforms MLIRTranslation ) @@ -51,7 +52,6 @@ IRReader LINK_LIBS PUBLIC - MLIROpenMP MLIRTargetLLVMIRModuleTranslation )