[PATCH] D40512: [Debugify] Add a pass to test debug info preservation

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 5 14:44:20 PST 2017


MatzeB added inline comments.


================
Comment at: tools/opt/Debugify.cpp:10-11
+//
+// This pass attaches synthetic debug info to everything. It can be used to
+// create targeted tests for debug info preservation.
+//
----------------
vsk wrote:
> MatzeB wrote:
> > Could use `/// \file This pass ...` so doxygen picks it up.
> Will fix.
Needs three slashes for doxygen :)


https://reviews.llvm.org/D40512





More information about the llvm-commits mailing list