1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

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 e4f646b03f
commit a12b50d9cf

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),