From 3a0fbebf9d390d934f35ff4805cec8d10315a65d Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Tue, 20 Jul 2021 10:13:39 -0400 Subject: [PATCH] [gn build] remove stray character in a comment --- utils/gn/build/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/gn/build/BUILD.gn b/utils/gn/build/BUILD.gn index 9c19114ad52..993710f3de0 100644 --- a/utils/gn/build/BUILD.gn +++ b/utils/gn/build/BUILD.gn @@ -9,7 +9,7 @@ declare_args() { # After building with this, run tests and then run # llvm/utils/prepare-code-coverage-artifact.py \ # .../llvm-profdata .../llvm-cov out/gn/profiles/ report/ \ - # out/gn/bin/llvm-undname ...` + # out/gn/bin/llvm-undname ... # to generate a HTML report for the binaries passed in the last line. llvm_build_instrumented_coverage = false