commit | e8ee3f2cda32818f30004226f7d8d27bada9b509 | [log] [tgz] |
---|---|---|
author | Devang Patel <dpatel@apple.com> | Mon Sep 12 17:11:58 2011 +0000 |
committer | Devang Patel <dpatel@apple.com> | Mon Sep 12 17:11:58 2011 +0000 |
tree | 9c4821bc4b36c361c67eee7265a55f42f794f829 | |
parent | 591dc84101228dc391fca05193be5870ec661edc [diff] [blame] |
Fix debug info encodings for char16_t and char32_t. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@139502 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGenCXX/debug-info-char16.cpp b/test/CodeGenCXX/debug-info-char16.cpp new file mode 100644 index 0000000..c2eaff9 --- /dev/null +++ b/test/CodeGenCXX/debug-info-char16.cpp
@@ -0,0 +1,5 @@ +// RUN: %clang_cc1 -S -std=c++0x -masm-verbose -g %s -o -| FileCheck %s + +//CHECK: .byte 16 ## DW_AT_encoding +char16_t char_a = u'h'; +