[Lldb-commits] [lldb] b37efed - [lldb] Fix PDB/compilands.test for a3939e1
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 18 05:12:28 PDT 2021
Author: Pavel Labath
Date: 2021-10-18T14:11:47+02:00
New Revision: b37efed957ed0a0193d80020aefd55cb587dfc1f
URL: https://github.com/llvm/llvm-project/commit/b37efed957ed0a0193d80020aefd55cb587dfc1f
DIFF: https://github.com/llvm/llvm-project/commit/b37efed957ed0a0193d80020aefd55cb587dfc1f.diff
LOG: [lldb] Fix PDB/compilands.test for a3939e1
Added:
Modified:
lldb/test/Shell/SymbolFile/PDB/compilands.test
Removed:
################################################################################
diff --git a/lldb/test/Shell/SymbolFile/PDB/compilands.test b/lldb/test/Shell/SymbolFile/PDB/compilands.test
index 0bda82ee236fa..ecee5eb50d399 100644
--- a/lldb/test/Shell/SymbolFile/PDB/compilands.test
+++ b/lldb/test/Shell/SymbolFile/PDB/compilands.test
@@ -7,5 +7,5 @@ RUN: env LLDB_USE_NATIVE_PDB_READER=0 lldb-test symbols %T/CompilandsTest.cpp.ex
; Link default libraries
CHECK: Module [[CU:.*]]
-CHECK: SymbolFile pdb ([[CU]])
+CHECK: SymbolFile {{(native-)?}}pdb ([[CU]])
CHECK: {{^[0-9A-F]+}}: CompileUnit{{[{]0x[0-9a-f]+[}]}}, language = "c++", file = '{{.*}}\CompilandsTest.cpp'
More information about the lldb-commits
mailing list