[PATCH] D93567: [lld-macho] Support Obj-C symbols in order files
Jez Ng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 18 16:01:52 PST 2020
int3 added inline comments.
================
Comment at: lld/test/MachO/order-file.s:8
-# FOO-FIRST: <_foo>:
+# FOO-FIRST: <_bar>:
# FOO-FIRST: <_main>:
----------------
I'm not sure why objdump decided to start printing `_bar` instead of our foo symbol, but I guess it doesn't really matter (they alias to the same address)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93567/new/
https://reviews.llvm.org/D93567
More information about the llvm-commits
mailing list