diff options
| author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-02-13 01:17:35 +0000 |
|---|---|---|
| committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-02-13 01:17:35 +0000 |
| commit | cd6636c3bf05e86396b097ce1623ab9993d5adcb (patch) | |
| tree | 440463e3b81aafeefc8090ad6aad10a8a8289160 /llvm/lib/AsmParser/LLToken.h | |
| parent | 09e03f38d664ed09b6add37050c2df6cf1116272 (diff) | |
| download | bcm5719-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.h | 1 |
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, |

