[PATCH] D33436: [ARM] Create relocation for Thumb functions calling ARM fns.
Eric Christopher via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 23 12:07:51 PDT 2017
echristo added a comment.
One inline question, looks ok to me otherwise.
-eric
================
Comment at: test/MC/ARM/thumb-far-jump.s:25
-@ CHECK-NOT: 0x0 R_ARM_THM_CALL end 0x0
+@ CHECK: 0x0 R_ARM_THM_CALL end 0x0
@ CHECK: 0x2004 R_ARM_THM_CALL main2 0x0
----------------
I think this is right, but I'm curious how we had it precisely inverted. What's up?
https://reviews.llvm.org/D33436
More information about the llvm-commits
mailing list