Skip to content

Commit 026972a

Browse files
committed
[ELF] Remove obsoleted comment after llvm#99567
1 parent 329ee76 commit 026972a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lld/ELF/ScriptLexer.cpp

-5
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@
2020
// in various corner cases. We do not care much about efficiency because
2121
// the time spent in parsing linker scripts is usually negligible.
2222
//
23-
// Our grammar of the linker script is LL(2), meaning that it needs at
24-
// most two-token lookahead to parse. The only place we need two-token
25-
// lookahead is labels in version scripts, where we need to parse "local :"
26-
// as if "local:".
27-
//
2823
// Overall, this lexer works fine for most linker scripts. There might
2924
// be room for improving compatibility, but that's probably not at the
3025
// top of our todo list.

0 commit comments

Comments
 (0)