Skip to content

Commit e8fc05c

Browse files
author
Aleksandr Urakov
committedSep 3, 2018
[DWARF] Fix dwarf5-index-is-used.cpp
Summary: `dwarf5-index-is-used.cpp` have been failing after rL340206, because `clang` have stopped to emit pubnames by default after that change. Current patch adds `-gpubnames` option to the `clang` command line in the test to emit pubnames. Reviewers: labath, dblaikie Reviewed By: labath Subscribers: clayborg, probinson, teemperor, lldb-commits, aprantl, JDevlieghere, abidh, stella.stamenova Tags: #lldb Differential Revision: https://reviews.llvm.org/D51208 llvm-svn: 341296
1 parent 12aaf96 commit e8fc05c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lldb/lit/SymbolFile/DWARF/dwarf5-index-is-used.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// REQUIRES: lld
44

5-
// RUN: clang %s -g -c -o %t.o --target=x86_64-pc-linux -mllvm -accel-tables=Dwarf
5+
// RUN: clang %s -g -c -o %t.o --target=x86_64-pc-linux -mllvm -accel-tables=Dwarf -gpubnames
66
// RUN: ld.lld %t.o -o %t
77
// RUN: lldb-test symbols %t | FileCheck %s
88

0 commit comments

Comments
 (0)