[llvm-commits] [patch] ARM/MC/ELF add new stub for movt/movw in ARMFixupKinds

Jason Kim jasonwkim at google.com
Thu Nov 11 19:29:56 PST 2010


On Thu, Nov 11, 2010 at 7:06 PM, Jason Kim <jasonwkim at google.com> wrote:
> Is getBinaryCodeForInst the best place to place the case for
> supporting movt/movw fixup emission?
> The call stack seems to be:
>
> #0 ARMMCCodeEmitter::getBinaryCodeForInstr
> #1 ARMMCCodeEmitter::EncodeInstruction
> #2 MCELFStreamer::EmitInstToData
> #3 MCObjectStreamer::EmitInstruction
> #4 ARMAsmPrinter::EmitInstruction
>

Please note that without new code (not yet committed) in
RecordRelocation(), these fixups remain inactive stubs.



More information about the llvm-commits mailing list