diff options
author | Momchil Velikov <momchil.velikov@arm.com> | 2018-02-12 16:12:52 +0000 |
---|---|---|
committer | Momchil Velikov <momchil.velikov@arm.com> | 2018-02-12 16:12:52 +0000 |
commit | 25f6be53260b80676990d9cb6de8333487f59983 (patch) | |
tree | 56c58efb4ab2e1d0b0187d0f7e44fab8108b0938 /clang/test/Modules/ModuleDebugInfo.cpp | |
parent | 08dc66eff0c7ad594584a8a6925ef830cd6873a1 (diff) | |
download | bcm5719-llvm-25f6be53260b80676990d9cb6de8333487f59983.tar.gz bcm5719-llvm-25f6be53260b80676990d9cb6de8333487f59983.zip |
Re-commit r324490: [DebugInfo] Improvements to representation of enumeration types (PR36168)
Differential revision: https://reviews.llvm.org/D42736
llvm-svn: 324900
Diffstat (limited to 'clang/test/Modules/ModuleDebugInfo.cpp')
-rw-r--r-- | clang/test/Modules/ModuleDebugInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Modules/ModuleDebugInfo.cpp b/clang/test/Modules/ModuleDebugInfo.cpp index f0d88376704..116aa5fc310 100644 --- a/clang/test/Modules/ModuleDebugInfo.cpp +++ b/clang/test/Modules/ModuleDebugInfo.cpp @@ -48,7 +48,7 @@ // CHECK: !DICompositeType(tag: DW_TAG_enumeration_type, // CHECK-NOT: name: // CHECK-SAME: ) -// CHECK: !DIEnumerator(name: "e5", value: 5) +// CHECK: !DIEnumerator(name: "e5", value: 5, isUnsigned: true) // CHECK: !DIDerivedType(tag: DW_TAG_typedef, name: "B", // no mangled name here yet. |