[PATCH] D78342: [lld] Add archive file support to Mach-O backend

Kellie Medlin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 14 10:50:23 PDT 2020


Ktwu updated this revision to Diff 264026.
Ktwu marked 8 inline comments as done.
Ktwu added a comment.

- Inlined the archive*.s file inputs
- Removed unused return value
- Retweaked the inputs for symbol-order to reflect the files that inspired them
- Re-ran check-lld once more


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78342

Files:
  lld/MachO/Driver.cpp
  lld/MachO/InputFiles.cpp
  lld/MachO/InputFiles.h
  lld/MachO/SymbolTable.cpp
  lld/MachO/SymbolTable.h
  lld/MachO/Symbols.cpp
  lld/MachO/Symbols.h
  lld/test/MachO/archive.s
  lld/test/MachO/invalid/archive-no-index.s
  lld/test/MachO/invalid/bad-archive.s
  lld/test/MachO/symbol-order.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78342.264026.patch
Type: text/x-patch
Size: 11385 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200514/c2e6ee6d/attachment-0001.bin>


More information about the llvm-commits mailing list