This makes the tests slightly easier to maintain and compare
with the equivalent tests under for other platforms.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I don't think you can drop use of -triple because that would cause llvm-mc to default to the host triple, which would mean that the tests would start failing on non-ELF platforms.
Dropping the -m seems reasonable to me though.