We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 329ee76 commit 026972aCopy full SHA for 026972a
lld/ELF/ScriptLexer.cpp
@@ -20,11 +20,6 @@
20
// in various corner cases. We do not care much about efficiency because
21
// the time spent in parsing linker scripts is usually negligible.
22
//
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
-//
28
// Overall, this lexer works fine for most linker scripts. There might
29
// be room for improving compatibility, but that's probably not at the
30
// top of our todo list.
0 commit comments