As was reported on PR50620, the X86LbrCounter destructor was double-closing the filedescriptor and not unmapping the buffer.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D104201
[llvm-exegesis] Fix X86LbrCounter destructor to correctly unmap memory and not double-close fd (PR50620) ClosedPublic Authored by RKSimon on Jun 13 2021, 11:16 AM.
Details Summary As was reported on PR50620, the X86LbrCounter destructor was double-closing the filedescriptor and not unmapping the buffer.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 13 2021, 8:58 PM Closed by commit rG941188e96534: [llvm-exegesis] Fix X86LbrCounter destructor to correctly unmap memory and not… (authored by RKSimon). · Explain WhyJun 15 2021, 6:25 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 351732 llvm/tools/llvm-exegesis/lib/X86/X86Counter.cpp
|