[llvm-bugs] [Bug 32400] New: Report undefined symbol errors before doing LTO
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Mar 23 15:26:48 PDT 2017
http://bugs.llvm.org/show_bug.cgi?id=32400
Bug ID: 32400
Summary: Report undefined symbol errors before doing LTO
Product: lld
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: All Bugs
Assignee: unassignedbugs at nondot.org
Reporter: ruiu at google.com
CC: llvm-bugs at lists.llvm.org
Currently, undefined symbols are not checked until LTO is done, so it could
take a very long time to get an error message for an undefined symbol. This is
not user-friendly. We should report undefined symbol errors earlier, before
LTO.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170323/96c05850/attachment.html>
More information about the llvm-bugs
mailing list