mirror of
https://github.com/intel/llvm.git
synced 2026-01-24 17:01:00 +08:00
Drop "soft" argument that would be considered as file argument by cc1.
llvm-svn: 134438
This commit is contained in:
@@ -760,7 +760,6 @@ void Clang::AddSparcTargetArgs(const ArgList &Args,
|
||||
//
|
||||
// FIXME: This changes CPP defines, we need -target-soft-float.
|
||||
CmdArgs.push_back("-msoft-float");
|
||||
CmdArgs.push_back("soft");
|
||||
CmdArgs.push_back("-target-feature");
|
||||
CmdArgs.push_back("+soft-float");
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user