mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
Add a small "usage:" comment at the top of not.cpp
Mostly pulled from Rafael's r185678 commit message. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222855 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d2077b0631
commit
6487f4bfe6
@ -6,6 +6,11 @@
|
|||||||
// License. See LICENSE.TXT for details.
|
// 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/Path.h"
|
||||||
#include "llvm/Support/Program.h"
|
#include "llvm/Support/Program.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user