GaloisInc / llvm-pretty

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

Add field Unit to DISubprogram #51

Closed langston-barrett closed 5 years ago

langston-barrett commented 5 years ago

In 2016, several parameters to DICompileUnit were shifted back by one index (Why do that, rather than add it on to the end, in the backwards-compatible way, like they do for so many other new fields? :thinking:).

That commit also makes the dicuSubprograms field unused, but that's a non-breaking change.

Unit