GaloisInc / llvm-pretty

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

Add discriminator field to DICompositeType, bump version to 0.9.0 #56

Closed langston-barrett closed 5 years ago

langston-barrett commented 5 years ago

Major version bump because this is an exported datatype, this would cause breakage for anyone using this constructor downstream.

This field was added in LLVM 7.

See also https://github.com/GaloisInc/llvm-pretty-bc-parser/issues/105