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' _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
