search for: 654243d8

Displaying 2 results from an estimated 2 matches for "654243d8".

2013 Oct 08
0
[LLVMdev] [lld] Diagnostics
...s. We need diagnostics machinery. My point was more that most of the .td files defining the warnings/errors will be platform/format specific. -Nick -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131007/654243d8/attachment.html>
2013 Oct 08
2
[LLVMdev] [lld] Diagnostics
On Mon, Oct 7, 2013 at 4:02 PM, Nick Kledzik <kledzik at apple.com> wrote: > But is has lots that a linker does not need. For instance, the > line/column number does not make sense for a linker. > Really? Gold has errors that mention lines and columns. It gets them by querying the debug information for file, line, and column. There may be examples of this, but I don't think