[PATCH] D141082: [lld-macho] Prevent assertions for aliases to weak_def_can_be_hidden symbols

Jez Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 6 22:18:05 PST 2023


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

Thank you!



================
Comment at: lld/test/MachO/weak-def-can-be-hidden.s:120
+# An alias is the only way to set .weak_def_can_be_hidden on an already-hidden symbol.
+# Veryify that LLD can handle these double-hidden symbols gracefully.
+.set l_foo, _foo
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141082



More information about the llvm-commits mailing list