[PATCH] D124056: [ELF] Fix wrapping symbols produced during LTO codegen

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 22 14:11:57 PDT 2022


MaskRay added inline comments.


================
Comment at: lld/ELF/Symbols.h:135
   //
   // This is also used to retain __wrap_foo when foo is referenced.
   uint8_t referenced : 1;
----------------
Is this sentence stale now?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124056



More information about the llvm-commits mailing list