commit | 98ca8aeca6425e66c84aed73f8b6fafcf101e201 | [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 | e35e6d0bb946a3ed4286836f70197bccf7fc3ef3 | |
parent | 45df7e0f229a16a031e8bf355dee95dcab026959 [diff] [blame] |
Fix debug info encodings for char16_t and char32_t. llvm-svn: 139502
diff --git a/clang/test/CodeGenCXX/debug-info-char16.cpp b/clang/test/CodeGenCXX/debug-info-char16.cpp new file mode 100644 index 0000000..c2eaff9 --- /dev/null +++ b/clang/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'; +