forked from OSchip/llvm-project
[gn build] remove stray character in a comment
This commit is contained in:
parent
9cb00b9ecb
commit
ce5abfafb5
|
@ -9,7 +9,7 @@ declare_args() {
|
||||||
# After building with this, run tests and then run
|
# After building with this, run tests and then run
|
||||||
# llvm/utils/prepare-code-coverage-artifact.py \
|
# llvm/utils/prepare-code-coverage-artifact.py \
|
||||||
# .../llvm-profdata .../llvm-cov out/gn/profiles/ report/ \
|
# .../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.
|
# to generate a HTML report for the binaries passed in the last line.
|
||||||
llvm_build_instrumented_coverage = false
|
llvm_build_instrumented_coverage = false
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue