[PATCH] D33975: [MachO] Fix codegen of alias of alias.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 7 14:58:17 PDT 2017


pcc accepted this revision.
pcc added a comment.
This revision is now accepted and ready to land.

LGTM, but Rafael should take a look as well.



================
Comment at: test/MC/MachO/alias.ll:1
+// RUN: llvm-mc -triple x86_64-apple-macosx10.12.0 %s -filetype=obj -o /dev/null
+
----------------
Rename to alias.s


================
Comment at: test/MC/MachO/alias.ll:6
+l_c = l_b
+        .long l_c
----------------
Maybe check that we are producing a correct relocation here.


Repository:
  rL LLVM

https://reviews.llvm.org/D33975





More information about the llvm-commits mailing list