aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/AsmParser/LLLexer.cpp
diff options
context:
space:
mode:
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>2015-02-13 01:28:16 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2015-02-13 01:28:16 +0000
commit890533e987c8ba71e09ea3cac19061d520dbbf23 (patch)
tree6aff55d4738897e4bfffefca28a68f96b3a2dc6a /llvm/lib/AsmParser/LLLexer.cpp
parent19fc5ed7db7bea9cd51345667d708b494258cbf7 (diff)
downloadllvm-890533e987c8ba71e09ea3cac19061d520dbbf23.zip
llvm-890533e987c8ba71e09ea3cac19061d520dbbf23.tar.gz
llvm-890533e987c8ba71e09ea3cac19061d520dbbf23.tar.bz2
AsmWriter: MDSubprogram: Recognize DW_VIRTUALITY in 'virtuality'
llvm-svn: 229015
Diffstat (limited to 'llvm/lib/AsmParser/LLLexer.cpp')
-rw-r--r--llvm/lib/AsmParser/LLLexer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/AsmParser/LLLexer.cpp b/llvm/lib/AsmParser/LLLexer.cpp
index 100cb2e..63eb9632 100644
--- a/llvm/lib/AsmParser/LLLexer.cpp
+++ b/llvm/lib/AsmParser/LLLexer.cpp
@@ -746,6 +746,7 @@ lltok::Kind LLLexer::LexIdentifier() {
}
DWKEYWORD(TAG, DwarfTag);
DWKEYWORD(ATE, DwarfAttEncoding);
+ DWKEYWORD(VIRTUALITY, DwarfVirtuality);
DWKEYWORD(LANG, DwarfLang);
#undef DWKEYWORD