[PATCH] D62434: [WIP][lld-link] diagnose undefined symbols before LTO if possible

Bob Haarman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 24 15:52:34 PDT 2019


inglorion created this revision.
Herald added subscribers: llvm-commits, mstorsjo, dexonsmith, steven_wu, mehdi_amini.
Herald added a project: LLVM.

This allows reporting undefined symbols before LTO codegen is
run. Since LTO codegen can take a long time, this improves user
experience by avoiding that time spend if the link is going to
fail with undefined symbols anyway.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D62434

Files:
  lld/COFF/Driver.cpp
  lld/COFF/SymbolTable.cpp
  lld/COFF/SymbolTable.h
  lld/test/COFF/unresolved-lto-bitcode.ll
  lld/test/COFF/unresolved-lto.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62434.201355.patch
Type: text/x-patch
Size: 6927 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190524/282c323c/attachment.bin>


More information about the llvm-commits mailing list