[PATCH] D47513: [ELF] Remove redundant use of -m/-triple in test files. NFC.
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 29 22:07:04 PDT 2018
pcc added a comment.
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.
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D47513
More information about the llvm-commits
mailing list