1 // UNSUPPORTED: target={{.*}}-zos{{.*}}, target={{.*}}-aix{{.*}} 2 3 // REQUIRES: asserts 4 // RUN: rm -rf %t 5 // RUN: %clang_cc1 -std=c++11 -dwarf-ext-refs -fmodule-format=obj \ 6 // RUN: -fmodule-map-file=%S/Inputs/gmodules-preferred-name-alias.modulemap \ 7 // RUN: -fmodules-cache-path=%t -debug-info-kind=standalone -debugger-tuning=lldb \ 8 // RUN: -fmodules -mllvm -debug-only=pchcontainer -x c++ \ 9 // RUN: -I %S/Inputs %s &> %t.ll 10 // RUN: cat %t.ll | FileCheck %s 11 12 #include "gmodules-preferred-name-alias.h" 13 14 // CHECK: ![[#]] = !DIDerivedType(tag: DW_TAG_typedef, name: "Bar<char>", scope: ![[#]], file: ![[#]], line: [[#]], baseType: ![[PREF_BASE:[0-9]+]]) 15 // CHECK: ![[PREF_BASE]] = distinct !DICompositeType(tag: DW_TAG_structure_type, name: "Foo<char>" 16