[llvm] ce5abfa - [gn build] remove stray character in a comment
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 20 07:13:57 PDT 2021
Author: Nico Weber
Date: 2021-07-20T10:13:48-04:00
New Revision: ce5abfafb529d3af815a6b9ad7da91083fcd2dcb
URL: https://github.com/llvm/llvm-project/commit/ce5abfafb529d3af815a6b9ad7da91083fcd2dcb
DIFF: https://github.com/llvm/llvm-project/commit/ce5abfafb529d3af815a6b9ad7da91083fcd2dcb.diff
LOG: [gn build] remove stray character in a comment
Added:
Modified:
llvm/utils/gn/build/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/build/BUILD.gn b/llvm/utils/gn/build/BUILD.gn
index 9c19114ad5243..993710f3de098 100644
--- a/llvm/utils/gn/build/BUILD.gn
+++ b/llvm/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
More information about the llvm-commits
mailing list