We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61d569f commit 24ea155Copy full SHA for 24ea155
lldb/test/Shell/SymbolFile/PDB/calling-conventions-arm.test
@@ -1,7 +1,12 @@
1
REQUIRES: target-windows, lld, (target-arm || target-aarch64)
2
+
3
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
7
RUN: %build --compiler=clang-cl --arch=64 --nodefaultlib --output=%t.exe %S/Inputs/CallingConventionsTest.cpp
8
RUN: lldb-test symbols -dump-ast %t.exe | FileCheck %s
9
10
11
CHECK: Module: {{.*}}
12
CHECK-DAG: int (*FuncCCallPtr)();
0 commit comments