[PATCH] ARM: Resolve thumb_bl fixup in same MCFragment.
David Peixotto
dpeixott at codeaurora.org
Mon Feb 3 11:06:38 PST 2014
This fix looks reasonable to me. I guess the other way to fix it would be to mark the destination symbol as thumb so the linker does not get confused. Did think about doing that?
================
Comment at: test/MC/ARM/thumb-far-jump.s:12
@@ +11,3 @@
+ bl end
+ adds r0, #0
+ adds r0, #0
----------------
You can use the .space directive to make the test shorter and more readable.
http://llvm-reviews.chandlerc.com/D2675
More information about the llvm-commits
mailing list