GaloisInc / llvm-pretty

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

Add file field to DIImportedEntity, make diieName nullable #53

Closed langston-barrett closed 5 years ago

langston-barrett commented 5 years ago

Also reorder the fields to match the LLVM source.

Tested with the bitcode parser, enables the previously-impossible parsing of this file: https://github.com/GaloisInc/llvm-pretty-bc-parser/blob/master/disasm-test/cpp/iostream.ll

Fixes #45