[PATCH] D42350: Add constructor DWARF calling convention for every supported LLVM CC

Adrien Guinet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 22 23:18:27 PST 2018


aguinet added a comment.

In https://reviews.llvm.org/D42350#983998, @aprantl wrote:

> By the way, if you can contribute patches that add more 3rd party DWARF extensions to LLVM, that would be awesome to help avoiding clashes in the future.


I've added the private ones of GCC according to this: https://github.com/gcc-mirror/gcc/blob/master/include/dwarf2.h#L182 .

I'll try to do the same with icc by tring the various ABI it supports (https://software.intel.com/en-us/node/522787), and getting the potential value with readelf (all with a script to be able to run this again!)


Repository:
  rL LLVM

https://reviews.llvm.org/D42350





More information about the llvm-commits mailing list