[PATCH] D94316: [lld-macho] Associate each Symbol with an InputFile

Jez Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 8 09:01:05 PST 2021


int3 created this revision.
int3 added a reviewer: lld-macho.
int3 requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This makes our error messages more informative. But the bigger motivation is for
LTO symbol resolution, which will be in an upcoming diff. The changes in this
one are largely mechanical.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D94316

Files:
  lld/MachO/Driver.cpp
  lld/MachO/ExportTrie.cpp
  lld/MachO/InputFiles.cpp
  lld/MachO/SymbolTable.cpp
  lld/MachO/SymbolTable.h
  lld/MachO/Symbols.cpp
  lld/MachO/Symbols.h
  lld/MachO/SyntheticSections.cpp
  lld/MachO/Writer.cpp
  lld/test/MachO/invalid/abs-duplicate.s
  lld/test/MachO/invalid/duplicate-symbol.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94316.315419.patch
Type: text/x-patch
Size: 18770 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210108/7fe68e00/attachment.bin>


More information about the llvm-commits mailing list