[PATCH] D61929: [lld] Trace all references with lld --trace-symbol

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 14 20:09:29 PDT 2019


sbc100 created this revision.
Herald added subscribers: llvm-commits, MaskRay, aheejin, arichardson, emaste.
Herald added a reviewer: espindola.
Herald added a project: LLVM.

Previously undefined symbol references were only traced in they were
seen before that definition.

Fixes https://bugs.llvm.org/show_bug.cgi?id=41878


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D61929

Files:
  lld/ELF/SymbolTable.cpp
  lld/ELF/Symbols.cpp
  lld/ELF/Symbols.h
  lld/test/ELF/trace-symbols.s
  lld/test/wasm/trace-symbol.ll
  lld/wasm/SymbolTable.cpp
  lld/wasm/Symbols.cpp
  lld/wasm/Symbols.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61929.199548.patch
Type: text/x-patch
Size: 6519 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190515/0ab210bb/attachment.bin>


More information about the llvm-commits mailing list