We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdfd2f8 commit 2607cbfCopy full SHA for 2607cbf
emcc.py
@@ -738,11 +738,11 @@ def phase_parse_arguments(state):
738
739
740
def separate_linker_flags(state, newargs):
741
- """Process argument list separating out intput files, compiler flags
+ """Process argument list separating out input files, compiler flags
742
and linker flags.
743
744
- Linker flags are stored in state.link_flags
745
- - Input files and compiler-only flags are return as two separate lists.
+ - Input files and compiler-only flags are returned as two separate lists.
746
747
Both linker flags and input files are stored as pairs of (i, entry) where
748
`i` is the orginal index in the command line arguments. This allow the two
0 commit comments