summaryrefslogtreecommitdiffstats
path: root/llvm/lib/AsmParser/LLToken.h
diff options
context:
space:
mode:
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>2015-02-13 01:21:25 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2015-02-13 01:21:25 +0000
commitaece2dc3f574fb7390e3e23b21eef5387dd8e716 (patch)
treee4b0a3978de4012cf8fb0662e34ae5afc50bfe4a /llvm/lib/AsmParser/LLToken.h
parent171d077ae44a4a16d12f32db0c3cb100864949c7 (diff)
downloadbcm5719-llvm-aece2dc3f574fb7390e3e23b21eef5387dd8e716.tar.gz
bcm5719-llvm-aece2dc3f574fb7390e3e23b21eef5387dd8e716.zip
AsmWriter: MDCompositeType: Recognize DW_LANG in 'runtimeLang'
llvm-svn: 229010
Diffstat (limited to 'llvm/lib/AsmParser/LLToken.h')
-rw-r--r--llvm/lib/AsmParser/LLToken.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/AsmParser/LLToken.h b/llvm/lib/AsmParser/LLToken.h
index 65c59b5654b..ae43a14201a 100644
--- a/llvm/lib/AsmParser/LLToken.h
+++ b/llvm/lib/AsmParser/LLToken.h
@@ -200,6 +200,7 @@ namespace lltok {
StringConstant, // "foo"
DwarfTag, // DW_TAG_foo (includes "DW_TAG_")
DwarfAttEncoding, // DW_ATE_foo (includes "DW_ATE_")
+ DwarfLang, // DW_LANG_foo (includes "DW_LANG_")
// Type valued tokens (TyVal).
Type,
OpenPOWER on IntegriCloud