[PATCH] D112485: [lld-macho][nfc] Test that we don't emit undef symbol errors for dead code
Jez Ng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 25 16:05:13 PDT 2021
int3 marked an inline comment as done.
int3 added inline comments.
================
Comment at: lld/test/MachO/treat-undef-sym.s:53
-.globl _main
-_main:
+_dead:
callq _bar
----------------
thakis wrote:
> (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.)
good idea :)
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