mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user