The examples in llvm/Support/Debug.h use DEBUG(dbgs() << ...) instead of errs(), so the examples in the Programmer's Manual should match that.
Details
Details
Diff Detail
Diff Detail
Differential D41170
Use dbgs() instead of errs() in docs for DEBUG() Authored by MoritzS on Dec 13 2017, 4:30 AM.
Details The examples in llvm/Support/Debug.h use DEBUG(dbgs() << ...) instead of errs(), so the examples in the Programmer's Manual should match that.
Diff Detail Event Timeline |