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
- rLLD LLVM Linker
- Build Status
Buildable 18750 Build 18750: arc lint + arc unit
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.