GaloisInc / llvm-pretty

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

Implement default object formats for target triples #97

Open langston-barrett opened 2 years ago

langston-barrett commented 2 years ago

LLVM has a notion of "default object file format" for a given triple. This was left out of the initial support for parsing target triples (#96), but should be implemented at some point. It will likely be very straightforward, the key is to match the LLVM implementation closely (see Note [Implementation].