- Reader uses option values to override uint64_t values.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
60,050 ms | x64 debian > libFuzzer.libFuzzer::large.test |
Event Timeline
Comment Actions
Adding reviewers based on history (https://github.com/llvm/llvm-project/commits/main/llvm/lib/ProfileData/ProfileSummaryBuilder.cpp) but let me know if I should modify reviewers. thanks!
Comment Actions
lgtm, I looked at the uses and in each case it's immediately passed to getEntryForPercentile which accepts the int as uint64_t.