[Lldb-commits] [lldb] fe270ab - [LLDB][NativePDB] fix find-functions.cpp failure on windows bots (2)
Zequan Wu via lldb-commits
lldb-commits at lists.llvm.org
Mon Nov 29 11:06:27 PST 2021
Author: Zequan Wu
Date: 2021-11-29T11:06:06-08:00
New Revision: fe270ab061fa1200d1f7e121ac6671f7d24b73d6
URL: https://github.com/llvm/llvm-project/commit/fe270ab061fa1200d1f7e121ac6671f7d24b73d6
DIFF: https://github.com/llvm/llvm-project/commit/fe270ab061fa1200d1f7e121ac6671f7d24b73d6.diff
LOG: [LLDB][NativePDB] fix find-functions.cpp failure on windows bots (2)
Added:
Modified:
lldb/test/Shell/SymbolFile/NativePDB/find-functions.cpp
Removed:
################################################################################
diff --git a/lldb/test/Shell/SymbolFile/NativePDB/find-functions.cpp b/lldb/test/Shell/SymbolFile/NativePDB/find-functions.cpp
index 6e93afee0601..5c2332bea66c 100644
--- a/lldb/test/Shell/SymbolFile/NativePDB/find-functions.cpp
+++ b/lldb/test/Shell/SymbolFile/NativePDB/find-functions.cpp
@@ -28,8 +28,8 @@ int main(int argc, char **argv) {
// FIND-MAIN: Function: id = {{.*}}, name = "main"
// FIND-MAIN-NEXT: FuncType: id = {{.*}}, compiler_type = "int (int, char **)"
-// FIND-STATIC: Function: id = {{.*}}, name = "static_fn"
+// FIND-STATIC: Function: id = {{.*}}, name = "{{.*}}static_fn{{.*}}"
// FIND-STATIC-NEXT: FuncType: id = {{.*}}, compiler_type = "int (void)"
-// FIND-VAR: Function: id = {{.*}}, name = "varargs_fn"
+// FIND-VAR: Function: id = {{.*}}, name = "{{.*}}varargs_fn{{.*}}"
// FIND-VAR-NEXT: FuncType: id = {{.*}}, compiler_type = "int (int, int, ...)"
More information about the lldb-commits
mailing list