From: Jim Laskey Date: Mon, 29 Jan 2007 22:40:03 +0000 (+0000) Subject: rename flag X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=73c56243758d6ef2f35587cdc7ab0ab11767e47c;p=oota-llvm.git rename flag git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33634 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/TargetMachine.cpp b/lib/Target/TargetMachine.cpp index 842865391dd..7f5ad587211 100644 --- a/lib/Target/TargetMachine.cpp +++ b/lib/Target/TargetMachine.cpp @@ -69,7 +69,7 @@ namespace { cl::location(NoZerosInBSS), cl::init(false)); cl::opt - EnableExceptionHandling("exception-handling", + EnableExceptionHandling("enable-eh", cl::desc("Exception handling should be emitted."), cl::location(ExceptionHandling), cl::init(false));