Index: lldb/trunk/lit/SymbolFile/DWARF/dwarf5-index-is-used.cpp =================================================================== --- lldb/trunk/lit/SymbolFile/DWARF/dwarf5-index-is-used.cpp +++ lldb/trunk/lit/SymbolFile/DWARF/dwarf5-index-is-used.cpp @@ -2,7 +2,7 @@ // REQUIRES: lld -// RUN: clang %s -g -c -o %t.o --target=x86_64-pc-linux -mllvm -accel-tables=Dwarf +// RUN: clang %s -g -c -o %t.o --target=x86_64-pc-linux -mllvm -accel-tables=Dwarf -gpubnames // RUN: ld.lld %t.o -o %t // RUN: lldb-test symbols %t | FileCheck %s