[CodeGen] Emit DWARF "constructor" calling convention
authorJonas Devlieghere <jonas@devlieghere.com>
Thu, 22 Mar 2018 13:53:30 +0000 (13:53 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Thu, 22 Mar 2018 13:53:30 +0000 (13:53 +0000)
commitf070268701e2a0c30b76b034b6f0e69f562c6145
tree8a361e6d208756e8fa7c8e4df051abfe8f82e8cc
parent42c939c6c1c1e6cad039283faf05b4860603051f
[CodeGen] Emit DWARF "constructor" calling convention

Now that LLVM has support for emitting calling conventions in DWARF (see
r328191) have clang emit them.

Patch by: Adrien Guinet

Differential revision: https://reviews.llvm.org/D42351

llvm-svn: 328196
clang/lib/CodeGen/CGDebugInfo.cpp
clang/test/CodeGen/debug-info-cc.c [new file with mode: 0644]