[PATCH] D118756: [ELF] Avoid wrapping unreferenced lazy symbols
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 2 20:00:02 PST 2022
MaskRay added inline comments.
================
Comment at: lld/ELF/Driver.cpp:2051
+ // If a symbol is lazy at this point, it must have been unreferenced (and
+ // therefore never fetched), so avoid wrapping it (which would otherwise
+ // create an undefined reference).
----------------
This is now called "extracted" :)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118756/new/
https://reviews.llvm.org/D118756
More information about the llvm-commits
mailing list