[llvm-commits] [PATCH] bugpoint: clean up status messages
Chandler Carruth
chandlerc at gmail.com
Tue Jan 22 21:41:21 PST 2013
Yea commit both of these. I'd commit them separately, but whatever. This kind of trivial fix is fine to go in with post-commit review.
================
Comment at: tools/bugpoint/ExecutionDriver.cpp:233
@@ -232,3 +232,3 @@
SafeInterpreterSel = AutoPick;
- Message = "Sorry, I can't automatically select an interpreter!\n";
+ Message = "Sorry, I can't automatically select a safe interpreter!\n";
}
----------------
This seems like an unrelated (and obvious correct) change. Just submit this as its own commit please.
http://llvm-reviews.chandlerc.com/D319
More information about the llvm-commits
mailing list