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: [email protected]
Reporter: [email protected]
CC: [email protected]
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.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs