mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
[gn build] rewrap a comment to 80 cols
This commit is contained in:
parent
441e65c23a
commit
47177685fc
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user