The 'forward_as' property did not use its second argument.

See PR4159 for details. Patch by Martin Nowack!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71054 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Mikhail Glushenkov
2009-05-06 01:41:19 +00:00
parent ce174f8e15
commit e89331b93d
3 changed files with 20 additions and 2 deletions

View File

@@ -529,7 +529,7 @@ The list of all possible actions follows.
- ``forward_as`` - Change the name of an option, but forward the
argument unchanged.
Example: ``(forward_as "O0" "--disable-optimization")``.
Example: ``(forward_as "O0", "--disable-optimization")``.
- ``output_suffix`` - modify the output suffix of this
tool.