[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
Wed Jan 31 23:18:22 PST 2018
aguinet added a comment.
> 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.. !
Repository:
rL LLVM
https://reviews.llvm.org/D42350
More information about the llvm-commits
mailing list