summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/debugify-export.ll
Commit message (Collapse)AuthorAgeFilesLines
* [Debugify] Export per-pass debug info loss statisticsVedant Kumar2018-07-241-0/+14
Add a -debugify-export option to opt. This exports per-pass `debugify` loss statistics to a file in CSV format. For some interesting numbers on debug value loss during an -O2 build of the sqlite3 amalgamation, see the review thread. Differential Revision: https://reviews.llvm.org/D49003 llvm-svn: 337787
OpenPOWER on IntegriCloud