summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Dwarf.cpp
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2011-09-12 17:18:20 +0000
committerDevang Patel <dpatel@apple.com>2011-09-12 17:18:20 +0000
commitb5a07abe94ded2dfc568b860b2e6cc4ddef1a283 (patch)
tree07cbda498aeb2656a4beb227661b648f16c75608 /llvm/lib/Support/Dwarf.cpp
parent98ca8aeca6425e66c84aed73f8b6fafcf101e201 (diff)
downloadbcm5719-llvm-b5a07abe94ded2dfc568b860b2e6cc4ddef1a283.tar.gz
bcm5719-llvm-b5a07abe94ded2dfc568b860b2e6cc4ddef1a283.zip
Add DW_ATE_UTF, which clang started using in my previous commit!
llvm-svn: 139503
Diffstat (limited to 'llvm/lib/Support/Dwarf.cpp')
-rw-r--r--llvm/lib/Support/Dwarf.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Support/Dwarf.cpp b/llvm/lib/Support/Dwarf.cpp
index 0813321b6f7..ec8dfc9fff5 100644
--- a/llvm/lib/Support/Dwarf.cpp
+++ b/llvm/lib/Support/Dwarf.cpp
@@ -416,6 +416,7 @@ const char *llvm::dwarf::AttributeEncodingString(unsigned Encoding) {
case DW_ATE_unsigned: return "DW_ATE_unsigned";
case DW_ATE_unsigned_char: return "DW_ATE_unsigned_char";
case DW_ATE_imaginary_float: return "DW_ATE_imaginary_float";
+ case DW_ATE_UTF: return "DW_ATE_UTF";
case DW_ATE_packed_decimal: return "DW_ATE_packed_decimal";
case DW_ATE_numeric_string: return "DW_ATE_numeric_string";
case DW_ATE_edited: return "DW_ATE_edited";
OpenPOWER on IntegriCloud