Author: Michael Buch Date: 2023-03-07T11:18:37Z New Revision: bc112b144741c977880ddd8021d8073f643c51b6
URL: https://github.com/llvm/llvm-project/commit/bc112b144741c977880ddd8021d8073f643c51b6 DIFF: https://github.com/llvm/llvm-project/commit/bc112b144741c977880ddd8021d8073f643c51b6.diff LOG: Revert "[lldb][test] NativePDB/ast-types: fix expected pointer format" Reverted because dependecies had to be reverted. This reverts commit 96e39fdbb90b26191fc79b6226f299e3c10e559b. Added: Modified: lldb/test/Shell/SymbolFile/NativePDB/ast-types.cpp Removed: ################################################################################ diff --git a/lldb/test/Shell/SymbolFile/NativePDB/ast-types.cpp b/lldb/test/Shell/SymbolFile/NativePDB/ast-types.cpp index 5554881716184..a210ce0451047 100644 --- a/lldb/test/Shell/SymbolFile/NativePDB/ast-types.cpp +++ b/lldb/test/Shell/SymbolFile/NativePDB/ast-types.cpp @@ -131,15 +131,15 @@ int SI::*mp9 = nullptr; // CHECK: (Anonymous<int>) AnonInt = (AnonymousMember = 0) // CHECK: (Anonymous<A::B::C<void>>) AnonABCVoid = (AnonymousMember = 0) // CHECK: (Anonymous<A::B::C<void>>::D) AnonABCVoidD = (AnonymousDMember = 0) -// CHECK: (void (SI::*)()) mp1 = 0x0000000000000000 -// CHECK: (void (MI::*)()) mp2 = 0x0000000000000000 -// CHECK: (void (MI2::*)()) mp3 = 0x0000000000000000 -// CHECK: (void (VI::*)()) mp4 = 0x0000000000000000 -// CHECK: (void (VI2::*)()) mp5 = 0x0000000000000000 -// CHECK: (void (UI::*)()) mp6 = 0x0000000000000000 +// CHECK: (void (SI::*)()) mp1 = 00 00 00 00 00 00 00 00 +// CHECK: (void (MI::*)()) mp2 = 00 00 00 00 00 00 00 00 +// CHECK: (void (MI2::*)()) mp3 = 00 00 00 00 00 00 00 00 +// CHECK: (void (VI::*)()) mp4 = 00 00 00 00 00 00 00 00 +// CHECK: (void (VI2::*)()) mp5 = 00 00 00 00 00 00 00 00 +// CHECK: (void (UI::*)()) mp6 = 00 00 00 00 00 00 00 00 // CHECK: (void (MI::**)()) mp7 = 0x0000000000000000 // CHECK: (void (VI2::**)()) mp8 = 0x0000000000000000 -// CHECK: (int SI::*) mp9 = 0xffffffff +// CHECK: (int SI::*) mp9 = ff ff ff ff // CHECK: Dumping clang ast for 1 modules. // CHECK: TranslationUnitDecl {{.*}} // CHECK: |-CXXRecordDecl {{.*}} class TrivialC definition _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits