[PATCH] D27629: Fix unwind info relocation with large code model on AArch64

Yichao Yu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 10 15:49:05 PST 2017


yuyichao added a comment.

> I would expect an IR test for this,

Why IR test? This is unwind info specific so both the input and the output are assembly files.

> but at the very least, the tests should be in MC/ ?

The test uses rtdyld. I'm fine with putting it wherever though.


https://reviews.llvm.org/D27629





More information about the llvm-commits mailing list