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