[PATCH] D30770: Ensure that prefix data is preserved with subsections-via-symbols

Moritz Angermann via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 8 23:35:59 PST 2017


angerman added a comment.

In https://reviews.llvm.org/D30770#696322, @pcc wrote:

> I would modify the test `test/CodeGen/X86/prefixdata.ll` to also test that the backend emits the correct directives on Darwin. See `test/CodeGen/X86/alias-gep.ll` for an example of how to test two target triples in one file.


Thanks for the pointes. I've modified the x86 test accordingly, and added a test for aarch64 as well.


https://reviews.llvm.org/D30770





More information about the llvm-commits mailing list