llvm-svn: 155679
This commit is contained in:
Chad Rosier 2012-04-27 00:35:50 +00:00
parent f784817107
commit a2a59ade6c
1 changed files with 1 additions and 1 deletions

View File

@ -886,7 +886,7 @@ DerivedArgList *Darwin::TranslateArgs(const DerivedArgList &Args,
DAL->AddJoinedArg(0, Opts.getOption(options::OPT_mtune_EQ), "core2");
// Add the arch options based on the particular spelling of -arch, to match
// how the driver driver works.
// how the driver works.
if (BoundArch) {
StringRef Name = BoundArch;
const Option *MCpu = Opts.getOption(options::OPT_mcpu_EQ);