summaryrefslogtreecommitdiffstats
path: root/lldb/lit/SymbolFile/PDB/calling-conventions.test
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/lit/SymbolFile/PDB/calling-conventions.test')
-rw-r--r--lldb/lit/SymbolFile/PDB/calling-conventions.test3
1 files changed, 1 insertions, 2 deletions
diff --git a/lldb/lit/SymbolFile/PDB/calling-conventions.test b/lldb/lit/SymbolFile/PDB/calling-conventions.test
index 1653494967c..a85dc65ff04 100644
--- a/lldb/lit/SymbolFile/PDB/calling-conventions.test
+++ b/lldb/lit/SymbolFile/PDB/calling-conventions.test
@@ -1,6 +1,5 @@
REQUIRES: system-windows, lld
-RUN: %clang_cl -m32 /Zi /GS- /c %S/Inputs/CallingConventionsTest.cpp /o %t.obj
-RUN: lld-link /debug:full /nodefaultlib /entry:main %t.obj /out:%t.exe
+RUN: %build --compiler=clang-cl --arch=32 --nodefaultlib --output=%t.exe %S/Inputs/CallingConventionsTest.cpp
RUN: lldb-test symbols -dump-ast %t.exe | FileCheck %s
CHECK: Module: {{.*}}
OpenPOWER on IntegriCloud