From: Michael J. Spencer Date: Fri, 6 Aug 2010 21:37:45 +0000 (+0000) Subject: llc: Clarify -mc-relax-all description. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=e68cd267abab22cc81b97672bad0ec5e0751488b;p=oota-llvm.git llc: Clarify -mc-relax-all description. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110477 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llc/llc.cpp b/tools/llc/llc.cpp index d4416e60ef5..9227e1c6b35 100644 --- a/tools/llc/llc.cpp +++ b/tools/llc/llc.cpp @@ -77,7 +77,9 @@ MAttrs("mattr", cl::value_desc("a1,+a2,-a3,...")); static cl::opt -RelaxAll("mc-relax-all", cl::desc("Relax all fixups")); +RelaxAll("mc-relax-all", + cl::desc("When used with filetype=obj, " + "relax all fixups in the emited object file")); cl::opt FileType("filetype", cl::init(TargetMachine::CGFT_AssemblyFile),