Driver: Spell -relax-all correctly when calling the cc1as tool.

llvm-svn: 104955
This commit is contained in:
Daniel Dunbar 2010-05-28 16:43:21 +00:00
parent c1e216583f
commit 99ca8b71cd
1 changed files with 1 additions and 1 deletions

View File

@ -1529,7 +1529,7 @@ void ClangAs::ConstructJob(Compilation &C, const JobAction &JA,
if (Args.hasFlag(options::OPT_mrelax_all,
options::OPT_mno_relax_all,
!IsOpt))
CmdArgs.push_back("-mrelax-all");
CmdArgs.push_back("-relax-all");
// FIXME: Add -force_cpusubtype_ALL support, once we have it.