[lldb] Fix a failure test after 843f2dbf003f2a51d0d4ab8cf40647c99ded2e93.
authorHaojian Wu <hokein.wu@gmail.com>
Wed, 9 Dec 2020 08:32:13 +0000 (09:32 +0100)
committerHaojian Wu <hokein.wu@gmail.com>
Wed, 9 Dec 2020 08:32:13 +0000 (09:32 +0100)
The behavior of -gsplit-dwarf is changed because of the new commit.

Restore the old behavior by replacing -gsplit-dwarf with -gsplit-dwarf -g.

lldb/test/Shell/SymbolFile/DWARF/split-dwarf-inlining.cpp

index 5873d89..39c3fd6 100644 (file)
@@ -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