[Lldb-commits] [lldb] 4b83747 - [lldb][NativePDB] fix test load-pdb.cpp

Zequan Wu via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 26 11:38:21 PDT 2020


Author: Zequan Wu
Date: 2020-10-26T11:38:12-07:00
New Revision: 4b83747ab1577b7899116b0ddb75f05de2471694

URL: https://github.com/llvm/llvm-project/commit/4b83747ab1577b7899116b0ddb75f05de2471694
DIFF: https://github.com/llvm/llvm-project/commit/4b83747ab1577b7899116b0ddb75f05de2471694.diff

LOG: [lldb][NativePDB] fix test load-pdb.cpp

Added: 
    

Modified: 
    lldb/test/Shell/SymbolFile/NativePDB/load-pdb.cpp

Removed: 
    


################################################################################
diff  --git a/lldb/test/Shell/SymbolFile/NativePDB/load-pdb.cpp b/lldb/test/Shell/SymbolFile/NativePDB/load-pdb.cpp
index b4b9d0f8d22e..c0584df59355 100644
--- a/lldb/test/Shell/SymbolFile/NativePDB/load-pdb.cpp
+++ b/lldb/test/Shell/SymbolFile/NativePDB/load-pdb.cpp
@@ -28,5 +28,5 @@ int main(int argc, char** argv) {
 // CHECK: {{.*}}: Type{0x00010024} , size = 0, compiler_type = {{.*}} int (int, char **)
 // CHECK: Compile units:
 // CHECK: {{.*}}: CompileUnit{0x00000000}, language = "c++", file = '{{.*}}/load-pdb.cpp'
-// CHECK: {{.*}}:   Function{0x08400001}, demangled = main, type = {{.*}}
-// CHECK: {{.*}}:   Block{0x08400001}
+// CHECK: {{.*}}:   Function{{{.*}}}, demangled = main, type = {{.*}}
+// CHECK: {{.*}}:   Block{{{.*}}}


        


More information about the lldb-commits mailing list