mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-14 22:38:03 +00:00
minor typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49040 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
78b6ce3981
commit
8eedc9ee2c
@ -902,7 +902,7 @@ can use it like this:</p>
|
||||
example, consider <tt>gcc</tt>'s <tt>-x LANG</tt> option. This tells
|
||||
<tt>gcc</tt> to ignore the suffix of subsequent positional arguments and force
|
||||
the file to be interpreted as if it contained source code in language
|
||||
<tt>LANG</tt>. In order to handle this properly , you need to know the
|
||||
<tt>LANG</tt>. In order to handle this properly, you need to know the
|
||||
absolute position of each argument, especially those in lists, so their
|
||||
interaction(s) can be applied correctly. This is also useful for options like
|
||||
<tt>-llibname</tt> which is actually a positional argument that starts with
|
||||
|
Loading…
x
Reference in New Issue
Block a user