[PATCH] D21141: [DebugInfo] Add calling conventions to DISubroutineType

Adrian Prantl via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 8 11:58:10 PDT 2016


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

Function pointers make sense to me, thanks!
LGTM


================
Comment at: lib/CodeGen/CGDebugInfo.cpp:834
@@ -833,1 +833,3 @@
 
+static unsigned getDwarfCC(CallingConv CC) {
+  switch (CC) {
----------------
I just wanted to say that it would be nice to have this function in DIBuilder, but then realized that CallingConv is defined in clang.


http://reviews.llvm.org/D21141





More information about the cfe-commits mailing list