[lldb] Fix a failure test after 843f2dbf00.
The behavior of -gsplit-dwarf is changed because of the new commit. Restore the old behavior by replacing -gsplit-dwarf with -gsplit-dwarf -g.
This commit is contained in:
parent
35621cc2e3
commit
ce14ffa1bb
|
|
@ -1,4 +1,4 @@
|
|||
// RUN: %clangxx -target x86_64-pc-linux -gsplit-dwarf -fsplit-dwarf-inlining \
|
||||
// RUN: %clangxx -target x86_64-pc-linux -gsplit-dwarf -g -fsplit-dwarf-inlining \
|
||||
// RUN: -c %s -o %t
|
||||
// RUN: %lldb %t -o "breakpoint set -n foo" -b | FileCheck %s
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue