[Lldb-commits] [PATCH] D55002: [NativePDB] Fix ast-reconstruction test on x86

Leonid Mashinskiy via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 28 06:45:14 PST 2018


leonid.mashinskiy created this revision.
leonid.mashinskiy added reviewers: zturner, stella.stamenova.
leonid.mashinskiy added a project: LLDB.
Herald added a subscriber: lldb-commits.

This patch fixes ast-reconstruction.cpp test on x86 platform.


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D55002

Files:
  lit/SymbolFile/NativePDB/ast-reconstruction.cpp


Index: lit/SymbolFile/NativePDB/ast-reconstruction.cpp
===================================================================
--- lit/SymbolFile/NativePDB/ast-reconstruction.cpp
+++ lit/SymbolFile/NativePDB/ast-reconstruction.cpp
@@ -92,11 +92,11 @@
 // CHECK: (TrivialE) TE = TE_A
 // CHECK: (A::B::C<int>) ABCInt = (ABCMember = 0)
 // CHECK: (A::B::C<float>) ABCFloat = (ABCMember = 0)
-// CHECK: (A::B::C<void>) ABCVoid = (ABCSpecializationMember = 0x0000000000000000)
+// CHECK: (A::B::C<void>) ABCVoid = (ABCSpecializationMember = 0x{{0+}})
 // CHECK: (A::C<0>) AC0 = {}
 // CHECK: (A::C<-1>) ACNeg1 = {}
-// CHECK: (A::C<0>::D) AC0D = (ACDMember = 0, CPtr = 0x0000000000000000)
-// CHECK: (A::C<-1>::D) ACNeg1D = (ACDMember = 0, CPtr = 0x0000000000000000)
+// CHECK: (A::C<0>::D) AC0D = (ACDMember = 0, CPtr = 0x{{0+}})
+// CHECK: (A::C<-1>::D) ACNeg1D = (ACDMember = 0, CPtr = 0x{{0+}})
 // CHECK: (A::D) AD = {}
 // CHECK: (A::D::E) ADE = (ADDMember = 0)
 // CHECK: Dumping clang ast for 1 modules.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55002.175681.patch
Type: text/x-patch
Size: 1004 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20181128/88531742/attachment.bin>


More information about the lldb-commits mailing list