llvm-project
cd32b9b6 - [MachO] Move getArchTriple implementation into BinaryFormat. (#161468)

Commit
6 days ago
[MachO] Move getArchTriple implementation into BinaryFormat. (#161468) There's nothing ObjectFile specific about getArchTriple, so move it into the BinaryFormat library so that clients can use it without taking a dependence on libObject. MachOObjectFile::getArchTriple is updated to call through to the moved implementation.
Author
Parents
Loading