mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-16 14:31:59 +00:00
Make help message more clear
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5775 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5cd8ae9255
commit
af7ccd9bba
@ -23,10 +23,12 @@ using std::string;
|
||||
|
||||
static cl::opt<bool>
|
||||
DisablePtrHashing("tracedisablehashdisable", cl::Hidden,
|
||||
cl::desc("Disable pointer hashing"));
|
||||
cl::desc("Disable pointer hashing in the -trace or -tracem "
|
||||
"passes"));
|
||||
|
||||
static cl::list<string>
|
||||
TraceFuncNames("tracefunc", cl::desc("trace only specific functions"),
|
||||
TraceFuncNames("tracefunc", cl::desc("Only trace specific functions in the "
|
||||
"-trace or -tracem passes"),
|
||||
cl::value_desc("function"), cl::Hidden);
|
||||
|
||||
static void TraceValuesAtBBExit(BasicBlock *BB,
|
||||
|
Loading…
x
Reference in New Issue
Block a user