File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -6492,7 +6492,10 @@ 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" ,
6495
6497
"lib/Target/LLVMIR/LoopAnnotationTranslation.cpp" ,
6498
+ "lib/Target/LLVMIR/LoopAnnotationTranslation.h" ,
6496
6499
"lib/Target/LLVMIR/ModuleTranslation.cpp" ,
6497
6500
"lib/Target/LLVMIR/TypeToLLVM.cpp" ,
6498
6501
],
@@ -6502,7 +6505,6 @@ cc_library(
6502
6505
"include/mlir/Target/LLVMIR/ModuleTranslation.h" ,
6503
6506
"include/mlir/Target/LLVMIR/TypeToLLVM.h" ,
6504
6507
"lib/Target/LLVMIR/AttrKindDetail.h" ,
6505
- "lib/Target/LLVMIR/LoopAnnotationTranslation.h" ,
6506
6508
],
6507
6509
includes = ["include" ],
6508
6510
deps = [
You can’t perform that action at this time.
0 commit comments