mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-19 19:31:50 +00:00
Hide extra argument
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2986 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5ff62e90d0
commit
4689728cdf
@ -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…
x
Reference in New Issue
Block a user