Skip to content

Commit ab158d3

Browse files
committed
[gn build] rewrap a comment to 80 cols
1 parent bb88a5a commit ab158d3

File tree

1 file changed

+4
-4
lines changed
  • llvm/utils/gn/secondary/compiler-rt/test/hwasan

1 file changed

+4
-4
lines changed

llvm/utils/gn/secondary/compiler-rt/test/hwasan/BUILD.gn

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ if (supported_toolchains != []) {
8484
outputs = [ "$target_gen_dir/run-lit" ] # Non-existing, so that ninja runs
8585
# it each time.
8686

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.
9191
deps = [ ":hwasan" ]
9292
testonly = true
9393

0 commit comments

Comments
 (0)