ccc: Spell mattr correctly.

llvm-svn: 65119
This commit is contained in:
Daniel Dunbar 2009-02-20 07:47:48 +00:00
parent e1889f935a
commit ba1c8f5a3c
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@ class Clang_CompileTool(Tool):
elif arglist.getLastArg(neg):
attrs.append('-' + flag)
if attrs:
cmd_args.append('--mattrs=%s' % ','.join(attrs))
cmd_args.append('--mattr=%s' % ','.join(attrs))
if arglist.hasFFlag(arglist.parser.f_mathErrnoOption,
arglist.parser.f_noMathErrnoOption,