[llvm] ab158d3 - [gn build] rewrap a comment to 80 cols
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 27 09:50:45 PDT 2021
Author: Nico Weber
Date: 2021-03-27T12:50:33-04:00
New Revision: ab158d35b5a09b2541071ec8351a6ad57dfd7b6e
URL: https://github.com/llvm/llvm-project/commit/ab158d35b5a09b2541071ec8351a6ad57dfd7b6e
DIFF: https://github.com/llvm/llvm-project/commit/ab158d35b5a09b2541071ec8351a6ad57dfd7b6e.diff
LOG: [gn build] rewrap a comment to 80 cols
Added:
Modified:
llvm/utils/gn/secondary/compiler-rt/test/hwasan/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/compiler-rt/test/hwasan/BUILD.gn b/llvm/utils/gn/secondary/compiler-rt/test/hwasan/BUILD.gn
index e58637be0d80b..de601b8d6122d 100644
--- a/llvm/utils/gn/secondary/compiler-rt/test/hwasan/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/test/hwasan/BUILD.gn
@@ -84,10 +84,10 @@ if (supported_toolchains != []) {
outputs = [ "$target_gen_dir/run-lit" ] # Non-existing, so that ninja runs
# it each time.
- # Since check-hwasan is always dirty, //:default doesn't depend on it so that
- # it's not part of the default ninja target. Hence, check-hwasan shouldn't
- # have any deps except :hwasan. so that the default target is sure to build
- # all the deps.
+ # Since check-hwasan is always dirty, //:default doesn't depend on it so
+ # that it's not part of the default ninja target. Hence, check-hwasan
+ # shouldn't have any deps except :hwasan. so that the default target is
+ # sure to build all the deps.
deps = [ ":hwasan" ]
testonly = true
More information about the llvm-commits
mailing list