[PATCH] D101222: [lld/mac] simplify export-options.s test a bit

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 24 05:03:34 PDT 2021


thakis added a comment.

thanks!



================
Comment at: lld/test/MachO/export-options.s:87
+literal_only:
+  retq
+literal_also:
----------------
int3 wrote:
> could simplify it further and remove the `retq`s too
having different symbols at the same address is maybe a bit confusing too. i'll keep as-is for now.


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

https://reviews.llvm.org/D101222



More information about the llvm-commits mailing list