[PATCH] D27629: Fix unwind info relocation with large code model on AArch64
Joerg Sonnenberger via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 11 02:27:24 PST 2017
joerg added a comment.
About IR vs assembler: the test is in principle completely target neutral. Makes it easier to copy for other archs and our testing here is certainly on the weak side.
About location: the test is for the MC infrastructure. It would be nice if it could just dump .eh_frame directly, but we still don't have tool support for that it seems. llc -asm-verbose also don't include anything about the FDE format. We might want to fix that though.
https://reviews.llvm.org/D27629
More information about the llvm-commits
mailing list