[LLDB] Fix failing test dwp-separate-debug-file.cpp

Fix failure introduced by 843f2dbf00.
This commit is contained in:
Muhammad Omair Javaid 2020-12-09 14:57:18 +05:00
parent 6883042528
commit 85a3daa107
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
// REQUIRES: lld
// RUN: %clang -target x86_64-pc-linux -gsplit-dwarf -c %s -o %t.o
// RUN: %clang -target x86_64-pc-linux -gsplit-dwarf -g -c %s -o %t.o
// RUN: ld.lld %t.o -o %t
// RUN: llvm-dwp %t.dwo -o %t.dwp
// RUN: rm %t.dwo