[PATCH] D66091: [ELF] Simplify handling of exportDynamic and isPreemptible

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 13 02:10:03 PDT 2019


MaskRay updated this revision to Diff 214784.
MaskRay added a comment.

Add `sym->inDynamicList = false;` to SymbolTable::insert

Bit fields that may be referenced as `... = old.field` in Symbol::replace should be initialized in SymbolTable::insert


Repository:
  rLLD LLVM Linker

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

https://reviews.llvm.org/D66091

Files:
  ELF/SymbolTable.cpp
  ELF/Symbols.cpp
  ELF/Symbols.h
  ELF/Writer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66091.214784.patch
Type: text/x-patch
Size: 4844 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190813/b7747328/attachment.bin>


More information about the llvm-commits mailing list