Skip to content

Commit 938fdfc

Browse files
committed
[bazel] Actually put Importer in the right library
Fixes a81136c
1 parent a81136c commit 938fdfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6492,8 +6492,6 @@ 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",
64976495
"lib/Target/LLVMIR/LoopAnnotationTranslation.cpp",
64986496
"lib/Target/LLVMIR/LoopAnnotationTranslation.h",
64996497
"lib/Target/LLVMIR/ModuleTranslation.cpp",
@@ -6721,6 +6719,8 @@ cc_library(
67216719
name = "FromLLVMIRTranslation",
67226720
srcs = [
67236721
"lib/Target/LLVMIR/DebugImporter.cpp",
6722+
"lib/Target/LLVMIR/LoopAnnotationImporter.cpp",
6723+
"lib/Target/LLVMIR/LoopAnnotationImporter.h",
67246724
"lib/Target/LLVMIR/ModuleImport.cpp",
67256725
"lib/Target/LLVMIR/TypeFromLLVM.cpp",
67266726
],

0 commit comments

Comments
 (0)