[PATCH] D21114: [DebugInfo] Add calling convention support for DWARF and CodeView

Adrian McCarthy via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 8 13:17:33 PDT 2016


amccarth added inline comments.

================
Comment at: lib/CodeGen/AsmPrinter/CodeViewDebug.cpp:923
@@ +922,3 @@
+  case dwarf::DW_CC_LLVM_vectorcall:    return CallingConvention::NearVector;
+  }
+  return CallingConvention::NearC;
----------------
Can you comment on why only some of these are mapped?


http://reviews.llvm.org/D21114





More information about the llvm-commits mailing list