diff options
Diffstat (limited to 'lldb/lit/SymbolFile/NativePDB/ast-reconstruction.cpp')
| -rw-r--r-- | lldb/lit/SymbolFile/NativePDB/ast-reconstruction.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lldb/lit/SymbolFile/NativePDB/ast-reconstruction.cpp b/lldb/lit/SymbolFile/NativePDB/ast-reconstruction.cpp index 3ecbbd09f9d..dae6e6195fa 100644 --- a/lldb/lit/SymbolFile/NativePDB/ast-reconstruction.cpp +++ b/lldb/lit/SymbolFile/NativePDB/ast-reconstruction.cpp @@ -2,8 +2,7 @@ // REQUIRES: lld // Test various interesting cases for AST reconstruction. -// RUN: %clang_cl /Z7 /GS- /GR- /c /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/ast-reconstruction.lldbinit 2>&1 | FileCheck %s |

