You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clang allows redefining a path to a raw profile with LLVM_PROFILE_FILE environment variable 1. This variable is used in OSS Fuzz, see 2. Binary signature collision for different modules when collecting instrumentation profile is possible due to a bug in Clang 3.
Probably bump of a Clang version is required due to a possible collision in profile data filenames.
Clang allows redefining a path to a raw profile with
LLVM_PROFILE_FILE
environment variable 1. This variable is used in OSS Fuzz, see 2. Binary signature collision for different modules when collecting instrumentation profile is possible due to a bug in Clang 3.Probably bump of a Clang version is required due to a possible collision in profile data filenames.
Footnotes
https://clang.llvm.org/docs/SourceBasedCodeCoverage.html#running-the-instrumented-program ↩
https://github.com/google/oss-fuzz/blob/3e8ac8e7ef8acf61b739b97091fbf233afe826ac/infra/base-images/base-runner/coverage#L83 ↩
https://github.com/llvm/llvm-project/issues/51560 ↩
The text was updated successfully, but these errors were encountered: