[PATCH] D33948: Try to handle 'dla' in PIC mode for N64.
Simon Dardis via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 28 06:31:01 PDT 2017
sdardis added inline comments.
================
Comment at: test/MC/Mips/macro-dla-pic.s:3
+# RUN: FileCheck %s
+# N32 should be acceptable too but it currently errors out.
+
----------------
bsdjhb wrote:
> Not sure if this comment is really accurate. It was a cut and paste from macro-la-pic.s.
Yes, it incorrect. Instead of erroring out, a static relocation sequence is written out. Also we don't warn + transform to 'la' instead like GAS does.
https://reviews.llvm.org/D33948
More information about the llvm-commits
mailing list