Skip to content

Commit

Permalink
Apply feedback (fix typos) from #23475
Browse files Browse the repository at this point in the history
  • Loading branch information
sbc100 committed Jan 23, 2025
1 parent cdfd2f8 commit 2607cbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions emcc.py
Original file line number Diff line number Diff line change
Expand Up @@ -738,11 +738,11 @@ def phase_parse_arguments(state):


def separate_linker_flags(state, newargs):
"""Process argument list separating out intput files, compiler flags
"""Process argument list separating out input files, compiler flags
and linker flags.
- Linker flags are stored in state.link_flags
- Input files and compiler-only flags are return as two separate lists.
- Input files and compiler-only flags are returned as two separate lists.
Both linker flags and input files are stored as pairs of (i, entry) where
`i` is the orginal index in the command line arguments. This allow the two
Expand Down

0 comments on commit 2607cbf

Please sign in to comment.