1
0
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:
Evan Cheng 2008-05-21 18:20:21 +00:00
parent 26bb02a23a
commit 272fb86c64

View File

@ -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));
}