summaryrefslogtreecommitdiffstats
path: root/lldb/lit/SymbolFile/NativePDB/s_constant.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/lit/SymbolFile/NativePDB/s_constant.cpp')
-rw-r--r--lldb/lit/SymbolFile/NativePDB/s_constant.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/lit/SymbolFile/NativePDB/s_constant.cpp b/lldb/lit/SymbolFile/NativePDB/s_constant.cpp
index 28e0d8d1788..7603a4daba4 100644
--- a/lldb/lit/SymbolFile/NativePDB/s_constant.cpp
+++ b/lldb/lit/SymbolFile/NativePDB/s_constant.cpp
@@ -4,7 +4,7 @@
// Test that we can display S_CONSTANT records.
// RUN: llvm-mc -filetype=obj -triple=x86_64-pc-win32 %p/Inputs/s_constant.s > %t.obj
-// RUN: lld-link /DEBUG /nodefaultlib /entry:main /OUT:%t.exe /PDB:%t.pdb -- %t.obj
+// RUN: %build --compiler=clang-cl --nodefaultlib --mode=link -o %t.exe -- %t.obj
// RUN: env LLDB_USE_NATIVE_PDB_READER=1 %lldb -f %t.exe -s \
// RUN: %p/Inputs/s_constant.lldbinit | FileCheck %s
OpenPOWER on IntegriCloud