[PATCH] D63974: [ELF] Only allow the binding of SharedSymbol to change for the first undef ref

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 2 03:05:42 PDT 2019


ruiu added inline comments.


================
Comment at: ELF/Symbols.h:370
+  // change to STB_WEAK if the first undefined reference is weak.
+  bool Referenced = false;
 };
----------------
Does this increase the size of the symbol?


Repository:
  rLLD LLVM Linker

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

https://reviews.llvm.org/D63974





More information about the llvm-commits mailing list