File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
utils/bazel/llvm-project-overlay Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -70,8 +70,8 @@ cc_binary(
70
70
":Profile" ,
71
71
":Rewrite" ,
72
72
":RuntimeLibs" ,
73
- ":TargetConfig" ,
74
73
":TargetAArch64" ,
74
+ ":TargetConfig" ,
75
75
":TargetX86" ,
76
76
":Utils" ,
77
77
"//llvm:AllTargetsAsmParsers" ,
Original file line number Diff line number Diff line change @@ -119,6 +119,7 @@ expand_template(
119
119
lit_test (
120
120
name = "%s.test" % src ,
121
121
srcs = [src ],
122
+ args = ["-svv" ],
122
123
data = glob (["test/Inputs/**/*" ]) + [
123
124
"test/lit.cfg.py" ,
124
125
"test/lit.site.cfg.py" ,
@@ -127,7 +128,6 @@ expand_template(
127
128
"//llvm:count" ,
128
129
"//llvm:not" ,
129
130
],
130
- args = ["-svv" ],
131
131
)
132
132
for src in glob (["test/*.cpp" ])
133
133
]
Original file line number Diff line number Diff line change @@ -67,11 +67,11 @@ cc_library(
67
67
"lib/orc/error.h" ,
68
68
"lib/orc/executor_address.h" ,
69
69
"lib/orc/executor_symbol_def.h" ,
70
- "lib/orc/rtti.h" ,
71
70
"lib/orc/interval_map.h" ,
72
71
"lib/orc/interval_set.h" ,
73
72
"lib/orc/jit_dispatch.h" ,
74
73
"lib/orc/record_section_tracker.h" ,
74
+ "lib/orc/rtti.h" ,
75
75
"lib/orc/simple_packed_serialization.h" ,
76
76
"lib/orc/stl_extras.h" ,
77
77
"lib/orc/string_pool.h" ,
@@ -86,8 +86,8 @@ cc_library(
86
86
srcs = [
87
87
"lib/orc/debug.cpp" ,
88
88
"lib/orc/dlfcn_wrapper.cpp" ,
89
- "lib/orc/rtti.cpp" ,
90
89
"lib/orc/log_error_to_stderr.cpp" ,
90
+ "lib/orc/rtti.cpp" ,
91
91
"lib/orc/run_program_wrapper.cpp" ,
92
92
] + select ({
93
93
"@platforms//os:macos" : [
Original file line number Diff line number Diff line change @@ -209,12 +209,12 @@ math_test(
209
209
# name = "f16fma",
210
210
# hdrs = ["FmaTest.h"],
211
211
# )
212
- #
212
+ #
213
213
# math_test(
214
214
# name = "f16fmaf",
215
215
# hdrs = ["FmaTest.h"],
216
216
# )
217
- #
217
+ #
218
218
# math_test(
219
219
# name = "f16fmal",
220
220
# hdrs = ["FmaTest.h"],
Original file line number Diff line number Diff line change @@ -664,10 +664,10 @@ cc_library(
664
664
"//mlir:SPIRVDialect" ,
665
665
"//mlir:SideEffectInterfaces" ,
666
666
"//mlir:Support" ,
667
- "//mlir:TransformUtils" ,
668
- "//mlir:Transforms" ,
669
667
"//mlir:TransformDialect" ,
670
668
"//mlir:TransformDialectInterfaces" ,
669
+ "//mlir:TransformUtils" ,
670
+ "//mlir:Transforms" ,
671
671
],
672
672
)
673
673
Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ package(default_visibility = ["//visibility:public"])
9
9
name = "%s.test" % src ,
10
10
srcs = [src ],
11
11
data = [
12
+ "Vector/vector-sink-transform.mlir" ,
12
13
"//llvm:llvm-symbolizer" ,
13
14
"//mlir:mlir-opt" ,
14
15
"//mlir:mlir-pdll" ,
15
16
"//mlir:mlir-reduce" ,
16
17
"//mlir:mlir-translate" ,
17
18
"//mlir/test:lit_data" ,
18
- "Vector/vector-sink-transform.mlir" ,
19
19
] + glob ([
20
20
"IRDL/*.irdl.mlir" ,
21
21
"Linalg/td/*.mlir" ,
You can’t perform that action at this time.
0 commit comments