From: Evan Cheng Date: Wed, 21 May 2008 18:20:21 +0000 (+0000) Subject: Rename -no-lazy to -disable-lazy-compilation. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=03dace82f416687f3752b99c7caef8d4519637a1;p=oota-llvm.git Rename -no-lazy to -disable-lazy-compilation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51386 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/lli/lli.cpp b/tools/lli/lli.cpp index 5d34d9f1dd7..67b1424d839 100644 --- a/tools/lli/lli.cpp +++ b/tools/lli/lli.cpp @@ -54,7 +54,7 @@ namespace { cl::desc("Disable emission of core files if possible")); cl::opt - NoLazyCompilation("no-lazy", + NoLazyCompilation("disable-lazy-compilation", cl::desc("Disable JIT lazy compilation"), cl::init(false)); }