summaryrefslogtreecommitdiff
path: root/include/llvm/Support
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
commit5443140021291121a1e9d11cc4d74428f259cd6f (patch)
treeeaeccf3e0271b5ca6b66a622449754a36301d30c /include/llvm/Support
parenta16a25ddeaf495b78b04e2a19feeac00d9824e63 (diff)
downloadllvm-5443140021291121a1e9d11cc4d74428f259cd6f.tar.gz
llvm-5443140021291121a1e9d11cc4d74428f259cd6f.tar.bz2
llvm-5443140021291121a1e9d11cc4d74428f259cd6f.tar.xz
Add DW_ATE_UTF, which clang started using in my previous commit!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139503 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support')
-rw-r--r--include/llvm/Support/Dwarf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Support/Dwarf.h b/include/llvm/Support/Dwarf.h
index fe6b355e4b..38acf32b21 100644
--- a/include/llvm/Support/Dwarf.h
+++ b/include/llvm/Support/Dwarf.h
@@ -428,6 +428,7 @@ enum dwarf_constants {
DW_ATE_unsigned = 0x07,
DW_ATE_unsigned_char = 0x08,
DW_ATE_imaginary_float = 0x09,
+ DW_ATE_UTF = 0x10,
DW_ATE_packed_decimal = 0x0a,
DW_ATE_numeric_string = 0x0b,
DW_ATE_edited = 0x0c,