OSDN Git Service

[llc] Remove exit-on-error flag (PR27759)
authorDiana Picus <diana.picus@linaro.org>
Thu, 23 Jun 2016 09:49:56 +0000 (09:49 +0000)
committerDiana Picus <diana.picus@linaro.org>
Thu, 23 Jun 2016 09:49:56 +0000 (09:49 +0000)
commitc412e39cb6d12120ece35675faf627615caa001d
tree933962b16a3443401cf94aca0e1f3af23939a233
parent53391f414b89a1bd55143e7af5dc84002bc22db8
[llc] Remove exit-on-error flag (PR27759)

This flag was introduced in r269655 with the new diagnostic handler for llc. Its
purpose was to keep the old behavior for some of the tests that didn't recover
well after an error. Those tests have been fixed, so now it's safe to remove the
flag entirely.

Fixes PR27759.

Differential Revision: http://reviews.llvm.org/D21368

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@273554 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llc/llc.cpp