aboutsummaryrefslogtreecommitdiff
path: root/tools/pnacl-abicheck/pnacl-abicheck.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/pnacl-abicheck/pnacl-abicheck.cpp')
-rw-r--r--tools/pnacl-abicheck/pnacl-abicheck.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/pnacl-abicheck/pnacl-abicheck.cpp b/tools/pnacl-abicheck/pnacl-abicheck.cpp
index 2fefd46c8b..8fdc545afb 100644
--- a/tools/pnacl-abicheck/pnacl-abicheck.cpp
+++ b/tools/pnacl-abicheck/pnacl-abicheck.cpp
@@ -55,6 +55,7 @@ int main(int argc, char **argv) {
return 1;
}
PNaClABIErrorReporter ABIErrorReporter;
+ ABIErrorReporter.setNonFatal();
bool ErrorsFound = false;
// Manually run the passes so we can tell the user which function had the
// error. No need for a pass manager since it's just one pass.