Skip to content

Commit a81136c

Browse files
committed
[bazel] Port b83caa3
1 parent 72eac42 commit a81136c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6492,7 +6492,10 @@ cc_library(
64926492
srcs = [
64936493
"lib/Target/LLVMIR/DebugTranslation.cpp",
64946494
"lib/Target/LLVMIR/DebugTranslation.h",
6495+
"lib/Target/LLVMIR/LoopAnnotationImporter.cpp",
6496+
"lib/Target/LLVMIR/LoopAnnotationImporter.h",
64956497
"lib/Target/LLVMIR/LoopAnnotationTranslation.cpp",
6498+
"lib/Target/LLVMIR/LoopAnnotationTranslation.h",
64966499
"lib/Target/LLVMIR/ModuleTranslation.cpp",
64976500
"lib/Target/LLVMIR/TypeToLLVM.cpp",
64986501
],
@@ -6502,7 +6505,6 @@ cc_library(
65026505
"include/mlir/Target/LLVMIR/ModuleTranslation.h",
65036506
"include/mlir/Target/LLVMIR/TypeToLLVM.h",
65046507
"lib/Target/LLVMIR/AttrKindDetail.h",
6505-
"lib/Target/LLVMIR/LoopAnnotationTranslation.h",
65066508
],
65076509
includes = ["include"],
65086510
deps = [

0 commit comments

Comments
 (0)