aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm-project/lld/ELF/ScriptLexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm-project/lld/ELF/ScriptLexer.h')
-rw-r--r--contrib/llvm-project/lld/ELF/ScriptLexer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm-project/lld/ELF/ScriptLexer.h b/contrib/llvm-project/lld/ELF/ScriptLexer.h
index 306d428e98fe..526268e3f65b 100644
--- a/contrib/llvm-project/lld/ELF/ScriptLexer.h
+++ b/contrib/llvm-project/lld/ELF/ScriptLexer.h
@@ -24,7 +24,7 @@ public:
void setError(const Twine &msg);
void tokenize(MemoryBufferRef mb);
- static StringRef skipSpace(StringRef s);
+ StringRef skipSpace(StringRef s);
bool atEOF();
StringRef next();
StringRef peek();