llvm-project
da053415 - [profile] Add `%b` `LLVM_PROFILE_FILE` option for binary ID (#123963)

Commit
1 year ago
[profile] Add `%b` `LLVM_PROFILE_FILE` option for binary ID (#123963) Add support for expanding `%b` in `LLVM_PROFILE_FILE` to the binary ID (build ID). It can be used with `%m` to avoid its signature collisions. This is supported on all platforms where writing binary IDs into profiles is implemented, as the `__llvm_write_binary_ids` function is used. Fixes #51560.
Author
Parents
Loading