mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-28 14:36:34 +00:00
Fixing option for JSON benchmark broken since the change to size_t.
llvm-svn: 146970
This commit is contained in:
parent
e08a021292
commit
8c643f1ae2
@ -23,7 +23,7 @@ Verify("verify", llvm::cl::desc(
|
||||
"Run a quick verification useful for regression testing"),
|
||||
llvm::cl::init(false));
|
||||
|
||||
static llvm::cl::opt<size_t>
|
||||
static llvm::cl::opt<unsigned>
|
||||
MemoryLimitMB("memory-limit", llvm::cl::desc(
|
||||
"Do not use more megabytes of memory"),
|
||||
llvm::cl::init(1000));
|
||||
|
Loading…
Reference in New Issue
Block a user