[llvm-commits] [llvm] r110477 - /llvm/trunk/tools/llc/llc.cpp

Nick Lewycky nicholas at mxc.ca
Fri Aug 6 21:53:32 PDT 2010


Michael J. Spencer wrote:
> Author: mspencer
> Date: Fri Aug  6 16:37:45 2010
> New Revision: 110477
>
> URL: http://llvm.org/viewvc/llvm-project?rev=110477&view=rev
> Log:
> llc: Clarify -mc-relax-all description.
>
> Modified:
>      llvm/trunk/tools/llc/llc.cpp
>
> Modified: llvm/trunk/tools/llc/llc.cpp
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llc/llc.cpp?rev=110477&r1=110476&r2=110477&view=diff
> ==============================================================================
> --- llvm/trunk/tools/llc/llc.cpp (original)
> +++ llvm/trunk/tools/llc/llc.cpp Fri Aug  6 16:37:45 2010
> @@ -77,7 +77,9 @@
>     cl::value_desc("a1,+a2,-a3,..."));
>
>   static cl::opt<bool>
> -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"));

typo: emited -> emitted

>
>   cl::opt<TargetMachine::CodeGenFileType>
>   FileType("filetype", cl::init(TargetMachine::CGFT_AssemblyFile),
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>




More information about the llvm-commits mailing list