[mips][ias] Explicitly disable IAS on tests that depend on not assembling.
[oota-llvm.git] / utils / not / not.cpp
index 2adeded51f0783bc63cce4d811e42732fbf6edd1..23062fb323d7fdef7f10591bfa83f82508a54376 100644 (file)
@@ -6,6 +6,11 @@
 // License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
+// Usage:
+//   not cmd
+//     Will return true if cmd doesn't crash and returns false.
+//   not --crash cmd
+//     Will return true if cmd crashes (e.g. for testing crash reporting).
 
 #include "llvm/Support/Path.h"
 #include "llvm/Support/Program.h"