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

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 21 02:55:02 PDT 2018


JDevlieghere added a subscriber: mibintc.
JDevlieghere added a comment.

In https://reviews.llvm.org/D42350#994457, @aguinet wrote:

> > 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!)
>
> Per this script https://pastebin.com/pDwJfRyt, it seems that ICC never emits DWARF calling convention attributes. One thing that seems weird thought is that they don't support the CC they say they suuport on the link I gave.
>
> If someone with ICC could also try this please to see if I don't miss something.. !]


Hi @mibintc; would you mind confirming that ICC doesn't emit DWARF CC attributes or (if it does) that they don't overlap with the ones in this diff?


Repository:
  rL LLVM

https://reviews.llvm.org/D42350





More information about the llvm-commits mailing list