Skip to content

Commit cb7ae77

Browse files
committed
[mlir][Bazel] Add ModuleImport sources to FromLLVMIRTranslation target.
1 parent c39c2cc commit cb7ae77

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6620,10 +6620,12 @@ cc_library(
66206620
srcs = [
66216621
"lib/Target/LLVMIR/ConvertFromLLVMIR.cpp",
66226622
"lib/Target/LLVMIR/DebugImporter.cpp",
6623+
"lib/Target/LLVMIR/ModuleImport.cpp",
66236624
"lib/Target/LLVMIR/TypeFromLLVM.cpp",
66246625
],
66256626
hdrs = [
66266627
"include/mlir/Target/LLVMIR/Import.h",
6628+
"include/mlir/Target/LLVMIR/ModuleImport.h",
66276629
"include/mlir/Target/LLVMIR/TypeFromLLVM.h",
66286630
"lib/Target/LLVMIR/DebugImporter.h",
66296631
],

0 commit comments

Comments
 (0)