[llvm] r195759 - Darwin-ARM: use movw/movt for static relocations

Rafael EspĂ­ndola rafael.espindola at gmail.com
Fri Nov 29 14:42:34 PST 2013


> -  // FIXME: Enable this for static codegen when tool issues are fixed.  Also
> -  // update ARMFastISel::ARMMaterializeGV.
> -  if (Subtarget->useMovt() && RelocM != Reloc::Static) {
> +  if (Subtarget->useMovt()) {

What were the issues? Do we now require a newer linker?

Cheers,
Rafael



More information about the llvm-commits mailing list