Skip to content

Commit

Permalink
[LLDB] Fix failing test dwp-separate-debug-file.cpp
Browse files Browse the repository at this point in the history
Fix failure introduced by 843f2db.
  • Loading branch information
omjavaid committed Dec 9, 2020
1 parent 6883042 commit 85a3daa
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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
Expand Down

0 comments on commit 85a3daa

Please sign in to comment.