File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
llvm/utils/gn/secondary/compiler-rt/test/hwasan Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -84,10 +84,10 @@ if (supported_toolchains != []) {
84
84
outputs = [ " $target_gen_dir /run-lit" ] # Non-existing, so that ninja runs
85
85
# it each time.
86
86
87
- # Since check-hwasan is always dirty, //:default doesn't depend on it so that
88
- # it's not part of the default ninja target. Hence, check-hwasan shouldn't
89
- # have any deps except :hwasan. so that the default target is sure to build
90
- # all the deps.
87
+ # Since check-hwasan is always dirty, //:default doesn't depend on it so
88
+ # that it's not part of the default ninja target. Hence, check-hwasan
89
+ # shouldn't have any deps except :hwasan. so that the default target is
90
+ # sure to build all the deps.
91
91
deps = [ " :hwasan" ]
92
92
testonly = true
93
93
You can’t perform that action at this time.
0 commit comments