[PATCH] ARM: Resolve thumb_bl fixup in same MCFragment.

Renato Golin renato.golin at linaro.org
Tue Feb 4 01:35:31 PST 2014


  > 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?

  Wouldn't that also bloat the object file unnecessarily by adding mapping symbols on labels?

  --renato


================
Comment at: test/MC/ARM/thumb-far-jump.s:12
@@ +11,3 @@
+	bl	end
+	adds	r0, #0
+	adds	r0, #0
----------------
David Peixotto wrote:
> You can use the .space directive to make the test shorter and more readable.
+1!


http://llvm-reviews.chandlerc.com/D2675



More information about the llvm-commits mailing list