GaloisInc / llvm-pretty

An llvm pretty printer inspired by the haskell llvm binding
Other
28 stars 15 forks source link

Add DWARF calling convention to DISubroutineType #40

Open langston-barrett opened 5 years ago

langston-barrett commented 5 years ago

It looks like the current implementation is based on the one in the 3.8 release. The one in the 6.0 release is significantly more complex. In particular, it looks like there are two significant changes that were made. One is #39, and the other is the addition of a field representing the DWARF calling convention.

CC