[PATCH] D54859: [PPC64] Support got relocations

Sean Fertile via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 26 09:03:00 PST 2018


sfertile added inline comments.


================
Comment at: test/ELF/ppc64-got-off.s:8
+
+        .abiversion 2
+        .section ".text"
----------------
MaskRay wrote:
> The file seems to mix tabs and spaces.
Do you mean the 8-spacing on the directives vs the 4 spacing on the instructions? Thats how I typically write in assembly. I don't mind cleaning that up to a consistent spacing for all though.


Repository:
  rLLD LLVM Linker

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D54859/new/

https://reviews.llvm.org/D54859





More information about the llvm-commits mailing list