This reverts commit 2e9bcadb7c8acaa8f6ec7d807e5666246923e468.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Remove the virtual specifier on Timer's destructor. That caused the problem (https://lab.llvm.org/buildbot/#/builders/247/builds/2812)
Also fix some uses of uptr with u64 which aligns the type used by getMonoticTime()
Comment Actions
One small question.
compiler-rt/lib/scudo/standalone/timing.h | ||
---|---|---|
213 | Should this be u64 too? |
Should this be u64 too?