Make DebugCounter::print and ump methods to be const correct.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
I'm slightly confused why this works as a fix for the Debug build. Isn't this patch a no-op for a debug build?
Paths
| Differential D34214
Hide dbgs() stream for when built with -fmodules. ClosedPublic Authored by marsupial on Jun 14 2017, 11:09 AM.
Details Summary Make DebugCounter::print and ump methods to be const correct.
Diff Detail Event TimelineComment Actions I'm slightly confused why this works as a fix for the Debug build. Isn't this patch a no-op for a debug build? This revision is now accepted and ready to land.Jun 14 2017, 11:19 AM Closed by commit rL305408: Hide dbgs() stream for when built with -fmodules. (authored by marsupial). · Explain WhyJun 14 2017, 12:16 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 102582 include/llvm/Support/DebugCounter.h
include/llvm/Transforms/Scalar/GVNExpression.h
lib/Support/DebugCounter.cpp
lib/Transforms/Scalar/GVNSink.cpp
|