[clang] [compiler-rt] [profile] Add `%b` `LLVM_PROFILE_FILE` option for binary ID (PR #123963)
Sinkevich Artem via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 5 03:16:18 PST 2025
================
@@ -2917,7 +2918,7 @@ instrumentation:
$ LLVM_PROFILE_FILE="code-%m.profraw" ./code
See `this <SourceBasedCodeCoverage.html#running-the-instrumented-program>`_ section
- about the ``%t``, and ``%c`` modifiers.
+ about the ``%b``, ``%t``, and ``%c`` modifiers.
----------------
ArtSin wrote:
Done
https://github.com/llvm/llvm-project/pull/123963
More information about the cfe-commits
mailing list