mirror of
https://github.com/intel/llvm.git
synced 2026-01-27 06:06:34 +08:00
[mlir][Bazel] Add ModuleImport sources to FromLLVMIRTranslation target.
This commit is contained in:
@@ -6620,10 +6620,12 @@ cc_library(
|
||||
srcs = [
|
||||
"lib/Target/LLVMIR/ConvertFromLLVMIR.cpp",
|
||||
"lib/Target/LLVMIR/DebugImporter.cpp",
|
||||
"lib/Target/LLVMIR/ModuleImport.cpp",
|
||||
"lib/Target/LLVMIR/TypeFromLLVM.cpp",
|
||||
],
|
||||
hdrs = [
|
||||
"include/mlir/Target/LLVMIR/Import.h",
|
||||
"include/mlir/Target/LLVMIR/ModuleImport.h",
|
||||
"include/mlir/Target/LLVMIR/TypeFromLLVM.h",
|
||||
"lib/Target/LLVMIR/DebugImporter.h",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user