Douglas Katzman | 3459ce2 | 2015-10-08 04:24:12 +0000 | [diff] [blame] | 1 | // RUN: %clang_cc1 -emit-llvm -triple %itanium_abi_triple -std=c++11 -debug-info-kind=limited %s -o -| FileCheck %s |
Devang Patel | ba15240 | 2011-09-12 18:11:52 +0000 | [diff] [blame] | 2 | |
| 3 | // 16 is DW_ATE_UTF (0x10) encoding attribute. |
Devang Patel | 98ca8ae | 2011-09-12 17:11:58 +0000 | [diff] [blame] | 4 | char16_t char_a = u'h'; |
| 5 | |
Duncan P. N. Exon Smith | 9dd4e4e | 2015-04-29 16:40:08 +0000 | [diff] [blame] | 6 | // CHECK: !{{.*}} = !DIBasicType(name: "char16_t" |
Duncan P. N. Exon Smith | f04be1f | 2015-03-03 17:25:55 +0000 | [diff] [blame] | 7 | // CHECK-SAME: encoding: DW_ATE_UTF) |