[Lldb-commits] [lldb] b6d3535 - [LLDB][NativePDB] Fix local-variables.cpp failure on windows bots
Zequan Wu via lldb-commits
lldb-commits at lists.llvm.org
Mon Nov 15 16:15:24 PST 2021
Author: Zequan Wu
Date: 2021-11-15T16:14:55-08:00
New Revision: b6d35352304601925bc1c055106949d2e27b3975
URL: https://github.com/llvm/llvm-project/commit/b6d35352304601925bc1c055106949d2e27b3975
DIFF: https://github.com/llvm/llvm-project/commit/b6d35352304601925bc1c055106949d2e27b3975.diff
LOG: [LLDB][NativePDB] Fix local-variables.cpp failure on windows bots
Added:
Modified:
lldb/test/Shell/SymbolFile/NativePDB/local-variables.cpp
Removed:
################################################################################
diff --git a/lldb/test/Shell/SymbolFile/NativePDB/local-variables.cpp b/lldb/test/Shell/SymbolFile/NativePDB/local-variables.cpp
index a7e786dc4e52..3cf5e0ad6156 100644
--- a/lldb/test/Shell/SymbolFile/NativePDB/local-variables.cpp
+++ b/lldb/test/Shell/SymbolFile/NativePDB/local-variables.cpp
@@ -156,6 +156,7 @@ int main(int argc, char **argv) {
// CHECK-NEXT: |-FunctionDecl {{.*}} main 'int (int, char **)'
// CHECK-NEXT: | |-ParmVarDecl {{.*}} argc 'int'
// CHECK-NEXT: | `-ParmVarDecl {{.*}} argv 'char **'
+// CHECK-NEXT: |-FunctionDecl {{.*}} __scrt_common_main_seh 'int ()' static
// CHECK-NEXT: `-FunctionDecl {{.*}} Function 'int (int, char)'
// CHECK-NEXT: |-ParmVarDecl {{.*}} Param1 'int'
// CHECK-NEXT: `-ParmVarDecl {{.*}} Param2 'char'
More information about the lldb-commits
mailing list