forked from OSchip/llvm-project
Driver: Spell -relax-all correctly when calling the cc1as tool.
llvm-svn: 104955
This commit is contained in:
parent
c1e216583f
commit
99ca8b71cd
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue