commit | 009d833a4e1ed1b7371a40ac3463e6e172b90923 | [log] [tgz] |
---|---|---|
author | Eugene Leviant <eleviant@accesssoftek.com> | Fri Nov 23 10:54:51 2018 +0000 |
committer | Eugene Leviant <eleviant@accesssoftek.com> | Fri Nov 23 10:54:51 2018 +0000 |
tree | f6699e776df5d2db074b0f760bbc2d7ed2e0852a | |
parent | 7231009b78207b41175a15508f5d4bfd0cc46c9c [diff] [blame] |
[ThinLTO] Assembly representation of ReadOnly attribute Differential revision: https://reviews.llvm.org/D54754 llvm-svn: 347489
diff --git a/llvm/lib/AsmParser/LLLexer.cpp b/llvm/lib/AsmParser/LLLexer.cpp index 4f8ce3d..0452145 100644 --- a/llvm/lib/AsmParser/LLLexer.cpp +++ b/llvm/lib/AsmParser/LLLexer.cpp
@@ -788,6 +788,7 @@ KEYWORD(info); KEYWORD(byte); KEYWORD(bit); + KEYWORD(varFlags); #undef KEYWORD