Skip to content

Commit

Permalink
[bazel] Add missing includes for 5212058
Browse files Browse the repository at this point in the history
  • Loading branch information
gflegar committed Jan 31, 2023
1 parent 7bd8dfc commit 5bc4e1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -6500,6 +6500,7 @@ cc_library(
"include/mlir/Target/LLVMIR/LLVMTranslationInterface.h",
"include/mlir/Target/LLVMIR/ModuleTranslation.h",
"include/mlir/Target/LLVMIR/TypeToLLVM.h",
"lib/Target/LLVMIR/AttrKindDetail.h",
],
includes = ["include"],
deps = [
Expand Down Expand Up @@ -6724,6 +6725,7 @@ cc_library(
"include/mlir/Target/LLVMIR/LLVMImportInterface.h",
"include/mlir/Target/LLVMIR/ModuleImport.h",
"include/mlir/Target/LLVMIR/TypeFromLLVM.h",
"lib/Target/LLVMIR/AttrKindDetail.h",
"lib/Target/LLVMIR/DebugImporter.h",
],
includes = ["include"],
Expand Down

0 comments on commit 5bc4e1c

Please sign in to comment.