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].
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]
.