[PATCH] D45123: [CodeView] Emit function options for subprogram and member functions

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 1 13:56:04 PDT 2018


rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.

lgtm, thanks!



================
Comment at: test/DebugInfo/COFF/function-options.ll:71
+; CHECK:   }
+; CHECK:   Procedure ([[SP2:.*]]) {
+; CHECK:     TypeLeafKind: LF_PROCEDURE (0x1008)
----------------
In the future, you might find `llvm-pdbutil dump -types` to be a little more FileCheck-friendly. It's more concise, and it works on both object files and PDBs, so you only have to read one dumper format.


https://reviews.llvm.org/D45123





More information about the llvm-commits mailing list