File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6492,8 +6492,6 @@ cc_library(
6492
6492
srcs = [
6493
6493
"lib/Target/LLVMIR/DebugTranslation.cpp" ,
6494
6494
"lib/Target/LLVMIR/DebugTranslation.h" ,
6495
- "lib/Target/LLVMIR/LoopAnnotationImporter.cpp" ,
6496
- "lib/Target/LLVMIR/LoopAnnotationImporter.h" ,
6497
6495
"lib/Target/LLVMIR/LoopAnnotationTranslation.cpp" ,
6498
6496
"lib/Target/LLVMIR/LoopAnnotationTranslation.h" ,
6499
6497
"lib/Target/LLVMIR/ModuleTranslation.cpp" ,
@@ -6721,6 +6719,8 @@ cc_library(
6721
6719
name = "FromLLVMIRTranslation" ,
6722
6720
srcs = [
6723
6721
"lib/Target/LLVMIR/DebugImporter.cpp" ,
6722
+ "lib/Target/LLVMIR/LoopAnnotationImporter.cpp" ,
6723
+ "lib/Target/LLVMIR/LoopAnnotationImporter.h" ,
6724
6724
"lib/Target/LLVMIR/ModuleImport.cpp" ,
6725
6725
"lib/Target/LLVMIR/TypeFromLLVM.cpp" ,
6726
6726
],
You can’t perform that action at this time.
0 commit comments