]> granicus.if.org Git - clang/commit
[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)
commiteee26f22fcf6355ca7f1cbb9a958db3b38bfd447
tree640ddb5d9ae5dbea6c1d201b26664d9ea0a61c84
parent541a3de27e33d37aa1ad2ebe3729e7482d96a0e0
[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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@328196 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDebugInfo.cpp
test/CodeGen/debug-info-cc.c [new file with mode: 0644]