[PATCH] D52013: Add support for powerpc64-*-linux-musl targets
Nemanja Ivanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 14 07:43:46 PDT 2018
nemanjai added a comment.
Please provide the patch with full context as per http://llvm.org/docs/Phabricator.html#requesting-a-review-via-the-web-interface. Furthermore, if you would like to commit this, it'll have to go into trunk and then it can be merged into 7.0.1 (I'm not sure that we'd be able to merge it into any 6.0 release as there may not be a 6.0.2).
Finally, for the test case you can just compile anything with llc with the triple you are interested in and a `CHECK` directive can check for `.abiversion 2` in the assembly.
Repository:
rL LLVM
https://reviews.llvm.org/D52013
More information about the llvm-commits
mailing list