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:17:35 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2015-02-13 01:17:35 +0000
commitcd6636c3bf05e86396b097ce1623ab9993d5adcb (patch)
tree440463e3b81aafeefc8090ad6aad10a8a8289160 /llvm/lib/AsmParser/LLToken.h
parent09e03f38d664ed09b6add37050c2df6cf1116272 (diff)
downloadbcm5719-llvm-cd6636c3bf05e86396b097ce1623ab9993d5adcb.tar.gz
bcm5719-llvm-cd6636c3bf05e86396b097ce1623ab9993d5adcb.zip
AsmWriter: MDBasicType: Recognize DW_ATE in 'encoding'
llvm-svn: 229006
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 4e5af1e89bd..65c59b5654b 100644
--- a/llvm/lib/AsmParser/LLToken.h
+++ b/llvm/lib/AsmParser/LLToken.h
@@ -199,6 +199,7 @@ namespace lltok {
MetadataVar, // !foo
StringConstant, // "foo"
DwarfTag, // DW_TAG_foo (includes "DW_TAG_")
+ DwarfAttEncoding, // DW_ATE_foo (includes "DW_ATE_")
// Type valued tokens (TyVal).
Type,
OpenPOWER on IntegriCloud