mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Rename -no-lazy to -disable-lazy-compilation.
llvm-svn: 51386
This commit is contained in:
parent
26bb02a23a
commit
272fb86c64
@ -54,7 +54,7 @@ namespace {
|
||||
cl::desc("Disable emission of core files if possible"));
|
||||
|
||||
cl::opt<bool>
|
||||
NoLazyCompilation("no-lazy",
|
||||
NoLazyCompilation("disable-lazy-compilation",
|
||||
cl::desc("Disable JIT lazy compilation"),
|
||||
cl::init(false));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user