[Lldb-commits] [lldb] 891319f - [LLDB] Fix pointers.test for AArch64/Windows
Muhammad Omair Javaid via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 13 03:55:44 PDT 2022
Author: Muhammad Omair Javaid
Date: 2022-07-13T15:55:31+05:00
New Revision: 891319f654c102572cf7028ed04bbaf6c59e7bff
URL: https://github.com/llvm/llvm-project/commit/891319f654c102572cf7028ed04bbaf6c59e7bff
DIFF: https://github.com/llvm/llvm-project/commit/891319f654c102572cf7028ed04bbaf6c59e7bff.diff
LOG: [LLDB] Fix pointers.test for AArch64/Windows
pointers.test started failing again for AArch64 windows after D125509
This patch fixes the test to make it pass on AArch64 windows again.
LLDB AArch64 Windows buildbot running at:
https://lab.llvm.org/staging/#/builders/207
Added:
Modified:
lldb/test/Shell/SymbolFile/PDB/pointers.test
Removed:
################################################################################
diff --git a/lldb/test/Shell/SymbolFile/PDB/pointers.test b/lldb/test/Shell/SymbolFile/PDB/pointers.test
index 841fe8804b44c..a3e6f557fed6f 100644
--- a/lldb/test/Shell/SymbolFile/PDB/pointers.test
+++ b/lldb/test/Shell/SymbolFile/PDB/pointers.test
@@ -33,6 +33,6 @@ MAIN-SAME: (int (ST::*)(int){{( __attribute__\(\(thiscall\)\))?}}), scope = l
F: Function{[[FID2:.*]]}, demangled = {{.*}}f(int)
F-NEXT: Block{[[FID2]]}
F: Variable{{.*}}, name = "this"
-F-SAME: (ST *), scope = parameter,{{( location = DW_OP.*,)?}} artificial
+F-SAME: (ST *), scope = parameter, location = {{(DW_OP.*)|(<empty>)}}, artificial
F: Variable{{.*}}, name = "x"
F-SAME: (int), scope = parameter, decl = PointerTypeTest.cpp:8
More information about the lldb-commits
mailing list