Skip to content

Commit

Permalink
[ELF] Remove obsoleted comment after llvm#99567
Browse files Browse the repository at this point in the history
(cherry picked from commit 026972a)
  • Loading branch information
MaskRay authored and tru committed Jul 29, 2024
1 parent e1d0501 commit 07ef078
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lld/ELF/ScriptLexer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@
// in various corner cases. We do not care much about efficiency because
// the time spent in parsing linker scripts is usually negligible.
//
// Our grammar of the linker script is LL(2), meaning that it needs at
// most two-token lookahead to parse. The only place we need two-token
// lookahead is labels in version scripts, where we need to parse "local :"
// as if "local:".
//
// Overall, this lexer works fine for most linker scripts. There might
// be room for improving compatibility, but that's probably not at the
// top of our todo list.
Expand Down

0 comments on commit 07ef078

Please sign in to comment.