GaloisInc / llvm-pretty

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

Add DWARF address space to DIDerivedType (added in LLVM 6) #37

Closed langston-barrett closed 4 years ago

langston-barrett commented 5 years ago

We should make an issue to track that there is no support for printing this yet.

LLVM review: https://reviews.llvm.org/D29670 Github mirror commit: https://github.com/llvm-mirror/llvm/commit/2cee5cc825969057f8d23b507a4861e606216aed It's an unsigned int: https://github.com/llvm-mirror/llvm/blob/release_60/include/llvm/IR/DebugInfoMetadata.h#L786

langston-barrett commented 4 years ago

Closing to minimize the Fryingpan build matrix.