[PATCH] D112485: [lld-macho][nfc] Test that we don't emit undef symbol errors for dead code
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 25 13:43:27 PDT 2021
thakis added inline comments.
================
Comment at: lld/test/MachO/treat-undef-sym.s:53
-.globl _main
-_main:
+_dead:
callq _bar
----------------
(maybe add a new undef symbol and a new _dead symbol in addition to the current one? testing having undefs ref'd by live code seems useful too.)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112485/new/
https://reviews.llvm.org/D112485
More information about the llvm-commits
mailing list