OSDN Git Service

Revert "bugpoint: Stop threading errors through APIs that never fail"
authorJustin Bogner <mail@justinbogner.com>
Tue, 6 Sep 2016 04:45:37 +0000 (04:45 +0000)
committerJustin Bogner <mail@justinbogner.com>
Tue, 6 Sep 2016 04:45:37 +0000 (04:45 +0000)
commit79a93a638f39672b9afdc490392cb54961bec33d
treeee81eafb2b4ace444143b4038d293cac69c6d8fb
parent3023eeb5005e73763a81ea2188b456ab141afbe1
Revert "bugpoint: Stop threading errors through APIs that never fail"

This isn't the right thing to do - it turns out a number of the APIs
that "never fail" just exit(1) if something bad happens. We can and
should thread Error through this instead.

That diff will make more sense with this reverted. Sorry for the
noise.

This reverts r280690

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@280691 91177308-0d34-0410-b5e6-96231b3b80d8
tools/bugpoint/BugDriver.cpp
tools/bugpoint/BugDriver.h
tools/bugpoint/CrashDebugger.cpp
tools/bugpoint/FindBugs.cpp
tools/bugpoint/ListReducer.h
tools/bugpoint/Miscompilation.cpp
tools/bugpoint/bugpoint.cpp