[PATCH] D21465: [llc+llvm-mc] Replace the hidden -target-abi option with a -mabi thats visible in --help.

Daniel Sanders via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 19 03:57:17 PDT 2017


dsanders added a comment.

In https://reviews.llvm.org/D21465#814320, @KoviRobi wrote:

> Hello,
>
> Are there plans to merge this in? I have updated the patch onto 0d7672e (attached), if it is helpful, though it was mostly just s/target-abi[ =]/mabi=/ on the files which failed the tests (and then ran the tests again and nothing failed).
>
> Thanks,
> Robert
>
> F3701947: D21465-on-0d7672e.patch <https://reviews.llvm.org/F3701947>


Hi,

I would love to see this committed along with the rest of the work to fix the conflict between LLVM's triples and the triples used by various distros and cross-compilers. However, I don't think I can justify working on it as the targets I work on nowadays are consistent with the way LLVM expects triples to work.


https://reviews.llvm.org/D21465





More information about the llvm-commits mailing list