forked from OSchip/llvm-project
Update Bazel build for 929189a499
Updates Bazel build files to match https://github.com/llvm/llvm-project/commit/929189a499 Differential Revision: https://reviews.llvm.org/D104864
This commit is contained in:
parent
31f9960c38
commit
1ca4cf9b24
|
@ -4345,13 +4345,13 @@ cc_library(
|
|||
"lib/Target/LLVMIR/DebugTranslation.cpp",
|
||||
"lib/Target/LLVMIR/DebugTranslation.h",
|
||||
"lib/Target/LLVMIR/ModuleTranslation.cpp",
|
||||
"lib/Target/LLVMIR/TypeTranslation.cpp",
|
||||
"lib/Target/LLVMIR/TypeToLLVM.cpp",
|
||||
],
|
||||
hdrs = [
|
||||
"include/mlir/Target/LLVMIR/Export.h",
|
||||
"include/mlir/Target/LLVMIR/LLVMTranslationInterface.h",
|
||||
"include/mlir/Target/LLVMIR/ModuleTranslation.h",
|
||||
"include/mlir/Target/LLVMIR/TypeTranslation.h",
|
||||
"include/mlir/Target/LLVMIR/TypeToLLVM.h",
|
||||
],
|
||||
includes = ["include"],
|
||||
deps = [
|
||||
|
@ -4550,8 +4550,12 @@ cc_library(
|
|||
name = "FromLLVMIRTranslation",
|
||||
srcs = [
|
||||
"lib/Target/LLVMIR/ConvertFromLLVMIR.cpp",
|
||||
"lib/Target/LLVMIR/TypeFromLLVM.cpp",
|
||||
],
|
||||
hdrs = [
|
||||
"include/mlir/Target/LLVMIR/Import.h",
|
||||
"include/mlir/Target/LLVMIR/TypeFromLLVM.h",
|
||||
],
|
||||
hdrs = ["include/mlir/Target/LLVMIR/Import.h"],
|
||||
includes = ["include"],
|
||||
deps = [
|
||||
":IR",
|
||||
|
|
Loading…
Reference in New Issue