llc: Clarify -mc-relax-all description.

llvm-svn: 110477
This commit is contained in:
Michael J. Spencer 2010-08-06 21:37:45 +00:00
parent 8e4e2aaa2f
commit 4f50b97fd8
1 changed files with 3 additions and 1 deletions

View File

@ -77,7 +77,9 @@ MAttrs("mattr",
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"));
cl::opt<TargetMachine::CodeGenFileType>
FileType("filetype", cl::init(TargetMachine::CGFT_AssemblyFile),