File tree Expand file tree Collapse file tree 8 files changed +14
-10
lines changed Expand file tree Collapse file tree 8 files changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,8 @@ action("check-clangd") {
95
95
rebase_path (get_path_info (clangd_lit_unit_site_cfg_file , " dir" ),
96
96
root_out_dir ),
97
97
]
98
- outputs = [ " $target_gen_dir /run-lit" ] # Non-existing, so that ninja runs it each time.
98
+ outputs = [ " $target_gen_dir /run-lit" ] # Non-existing, so that ninja runs it
99
+ # each time.
99
100
100
101
# Since check-clangd is always dirty, //:default doesn't depend on it so
101
102
# that it's not part of the default ninja target. Hence, check-clangd
Original file line number Diff line number Diff line change @@ -98,7 +98,8 @@ action("check-clang-tools") {
98
98
rebase_path (clang_tools_extra_lit_unit_site_cfg_file , root_out_dir ),
99
99
rebase_path (" ." , root_out_dir ),
100
100
]
101
- outputs = [ " $target_gen_dir /run-lit" ] # Non-existing, so that ninja runs it each time.
101
+ outputs = [ " $target_gen_dir /run-lit" ] # Non-existing, so that ninja runs it
102
+ # each time.
102
103
103
104
# Since check-clang-tools is always dirty, //:default doesn't depend on it so
104
105
# that it's not part of the default ninja target. Hence, check-clang-tools
Original file line number Diff line number Diff line change @@ -192,7 +192,8 @@ action("check-clang") {
192
192
rebase_path (clang_lit_unit_site_cfg_file , root_out_dir ),
193
193
rebase_path (" ." , root_out_dir ),
194
194
]
195
- outputs = [ " $target_gen_dir /run-lit" ] # Non-existing, so that ninja runs it each time.
195
+ outputs = [ " $target_gen_dir /run-lit" ] # Non-existing, so that ninja runs it
196
+ # each time.
196
197
197
198
# Since check-clang is always dirty, //:default doesn't depend on it so that
198
199
# it's not part of the default ninja target. Hence, check-clang shouldn't
Original file line number Diff line number Diff line change @@ -81,7 +81,8 @@ if (supported_toolchains != []) {
81
81
get_label_info (" :lit_site_cfg($toolchain )" , " target_gen_dir" ),
82
82
root_build_dir ) ]
83
83
}
84
- outputs = [ " $target_gen_dir /run-lit" ] # Non-existing, so that ninja runs it each time.
84
+ outputs = [ " $target_gen_dir /run-lit" ] # Non-existing, so that ninja runs
85
+ # it each time.
85
86
86
87
# Since check-hwasan is always dirty, //:default doesn't depend on it so that
87
88
# it's not part of the default ninja target. Hence, check-hwasan shouldn't
Original file line number Diff line number Diff line change @@ -117,7 +117,8 @@ action("check-lld") {
117
117
rebase_path (lld_lit_unit_site_cfg_file , root_out_dir ),
118
118
rebase_path (" ." , root_out_dir ),
119
119
]
120
- outputs = [ " $target_gen_dir /run-lit" ] # Non-existing, so that ninja runs it each time.
120
+ outputs = [ " $target_gen_dir /run-lit" ] # Non-existing, so that ninja runs it
121
+ # each time.
121
122
122
123
# Since check-lld is always dirty, //:default doesn't depend on it so that
123
124
# it's not part of the default ninja target. Hence, check-lld shouldn't
Original file line number Diff line number Diff line change @@ -68,8 +68,8 @@ static_library("LLVMAMDGPUCodeGen") {
68
68
" :AMDGPUGenAsmMatcher" ,
69
69
" :AMDGPUGenCallingConv" ,
70
70
" :AMDGPUGenDAGISel" ,
71
- " :AMDGPUGenGlobalISel" ,
72
71
" :AMDGPUGenGICombiner" ,
72
+ " :AMDGPUGenGlobalISel" ,
73
73
" :AMDGPUGenMCPseudoLowering" ,
74
74
" :AMDGPUGenRegisterBank" ,
75
75
" :R600GenCallingConv" ,
Original file line number Diff line number Diff line change @@ -292,7 +292,8 @@ action("check-llvm") {
292
292
rebase_path (llvm_lit_unit_site_cfg_file , root_out_dir ),
293
293
rebase_path (" ." , root_out_dir ),
294
294
]
295
- outputs = [ " $target_gen_dir /run-lit" ] # Non-existing, so that ninja runs it each time.
295
+ outputs = [ " $target_gen_dir /run-lit" ] # Non-existing, so that ninja runs it
296
+ # each time.
296
297
297
298
# Since check-llvm is always dirty, //:default doesn't depend on it so that
298
299
# it's not part of the default ninja target. Hence, check-llvm shouldn't
Original file line number Diff line number Diff line change @@ -16,9 +16,7 @@ static_library("benchmark") {
16
16
" src/sysinfo.cc" ,
17
17
" src/timers.cc" ,
18
18
]
19
- deps = [
20
- " //llvm/utils/gn/build/libs/pthread" ,
21
- ]
19
+ deps = [ " //llvm/utils/gn/build/libs/pthread" ]
22
20
public_configs = [ " :benchmark_config" ]
23
21
}
24
22
You can’t perform that action at this time.
0 commit comments