[PATCH] D40929: Unblock Swift Calling Convention Mangling on Windows

Shoaib Meenai via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 6 16:41:10 PST 2017


smeenai added a comment.

Patch is missing context.



================
Comment at: lib/AST/MicrosoftMangle.cpp:2133
+      llvm::errs() << "Unsupported CC for mangling: " << CC << ".\n";
     case CC_Win64:
     case CC_X86_64SysV:
----------------
You still need the default label, right?


Repository:
  rC Clang

https://reviews.llvm.org/D40929





More information about the cfe-commits mailing list