[all-commits] [llvm/llvm-project] a77a73: [profile] Suppress spurious 'expected profile to r...
Vedant Kumar via All-commits
all-commits at lists.llvm.org
Mon Oct 26 16:25:31 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a77a739abcfa1c5734d374e1afb51cebdb6f36bd
https://github.com/llvm/llvm-project/commit/a77a739abcfa1c5734d374e1afb51cebdb6f36bd
Author: Vedant Kumar <vsk at apple.com>
Date: 2020-10-26 (Mon, 26 Oct 2020)
Changed paths:
M compiler-rt/lib/profile/InstrProfilingFile.c
M compiler-rt/test/profile/ContinuousSyncMode/multiple-DSOs.c
Log Message:
-----------
[profile] Suppress spurious 'expected profile to require unlock' warning
In %c (continuous sync) mode, avoid attempting to unlock an
already-unlocked profile.
The profile is only locked when profile merging is enabled.
More information about the All-commits
mailing list