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

Aleksandr Urakov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 30 01:53:09 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL347975: [NativePDB] Fix ast-reconstruction test on x86 (authored by aleksandr.urakov, committed by ).
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D55002?vs=175681&id=176055#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55002/new/

https://reviews.llvm.org/D55002

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


Index: lldb/trunk/lit/SymbolFile/NativePDB/ast-reconstruction.cpp
===================================================================
--- lldb/trunk/lit/SymbolFile/NativePDB/ast-reconstruction.cpp
+++ lldb/trunk/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.176055.patch
Type: text/x-patch
Size: 1037 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181130/2797e9be/attachment.bin>


More information about the llvm-commits mailing list