Skip to content

Commit 24ea155

Browse files
[lldb][test] Run calling-conventions-arm.test with native PDB reader as well (#152670)
And actually check the arm32 output. Lucky for us, it does work. Separated the lines a bit too so they are easier to read. Follow up to #152580.
1 parent 61d569f commit 24ea155

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lldb/test/Shell/SymbolFile/PDB/calling-conventions-arm.test

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
REQUIRES: target-windows, lld, (target-arm || target-aarch64)
2+
23
RUN: %build --compiler=clang-cl --arch=32 --nodefaultlib --output=%t.exe %S/Inputs/CallingConventionsTest.cpp
4+
RUN: lldb-test symbols -dump-ast %t.exe | FileCheck %s
5+
RUN: env LLDB_USE_NATIVE_PDB_READER=1 lldb-test symbols -dump-ast %t.exe | FileCheck %s
6+
37
RUN: %build --compiler=clang-cl --arch=64 --nodefaultlib --output=%t.exe %S/Inputs/CallingConventionsTest.cpp
48
RUN: lldb-test symbols -dump-ast %t.exe | FileCheck %s
9+
RUN: env LLDB_USE_NATIVE_PDB_READER=1 lldb-test symbols -dump-ast %t.exe | FileCheck %s
510

611
CHECK: Module: {{.*}}
712
CHECK-DAG: int (*FuncCCallPtr)();

0 commit comments

Comments
 (0)