diff options
Diffstat (limited to 'lldb/lit/SymbolFile/NativePDB/globals-fundamental.cpp')
| -rw-r--r-- | lldb/lit/SymbolFile/NativePDB/globals-fundamental.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lldb/lit/SymbolFile/NativePDB/globals-fundamental.cpp b/lldb/lit/SymbolFile/NativePDB/globals-fundamental.cpp index 31a191c87a7..79594900e4c 100644 --- a/lldb/lit/SymbolFile/NativePDB/globals-fundamental.cpp +++ b/lldb/lit/SymbolFile/NativePDB/globals-fundamental.cpp @@ -2,8 +2,7 @@ // REQUIRES: lld // Test that we can display tag types. -// RUN: %clang_cl /Z7 /GS- /GR- /c -Xclang -fkeep-static-consts /Fo%t.obj -- %s -// RUN: lld-link /DEBUG /nodefaultlib /entry:main /OUT:%t.exe /PDB:%t.pdb -- %t.obj +// RUN: %build --compiler=clang-cl --nodefaultlib -o %t.exe -- %s // RUN: env LLDB_USE_NATIVE_PDB_READER=1 %lldb -f %t.exe -s \ // RUN: %p/Inputs/globals-fundamental.lldbinit | FileCheck %s |

