[llvm-bugs] [Bug 27759] New: [Meta] Remove exit-on-error flag
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon May 16 09:53:03 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=27759
Bug ID: 27759
Summary: [Meta] Remove exit-on-error flag
Product: tools
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: llc
Assignee: unassignedbugs at nondot.org
Reporter: diana.picus at linaro.org
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
The exit-on-error flag was added in r269655, together with the new diagnostic
handler for llc.
The new diagnostic handler doesn't stop on the first error that it encounters,
and therefore some of the tests now fail unless run with exit-on-error. Many of
these are probably bugs in the backends (e.g. Bug24071). This is a meta bug
that should help us track down those bugs and successively fix them. When they
are all fixed, we should be able to remove the exit-on-error flag altogether.
--
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/20160516/ce029b03/attachment-0001.html>
More information about the llvm-bugs
mailing list