mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-01 08:28:19 +00:00
Hide extra argument
llvm-svn: 2986
This commit is contained in:
parent
99ad379582
commit
4d05cb01b1
@ -28,7 +28,7 @@ DisablePtrHashing("tracedisablehashdisable", cl::Hidden,
|
||||
|
||||
static cl::list<string>
|
||||
TraceFuncName("tracefunc", cl::desc("trace only specific functions"),
|
||||
cl::value_desc("function"));
|
||||
cl::value_desc("function"), cl::Hidden);
|
||||
|
||||
|
||||
// We trace a particular function if no functions to trace were specified
|
||||
|
Loading…
Reference in New Issue
Block a user