diff options
Diffstat (limited to 'lldb/lit/SymbolFile/DWARF/debug-names-compressed.cpp')
-rw-r--r-- | lldb/lit/SymbolFile/DWARF/debug-names-compressed.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/lit/SymbolFile/DWARF/debug-names-compressed.cpp b/lldb/lit/SymbolFile/DWARF/debug-names-compressed.cpp index 076cac19252..aeb0ff1d01b 100644 --- a/lldb/lit/SymbolFile/DWARF/debug-names-compressed.cpp +++ b/lldb/lit/SymbolFile/DWARF/debug-names-compressed.cpp @@ -3,7 +3,7 @@ // REQUIRES: lld, zlib -// RUN: clang -g -c -o %t.o --target=x86_64-pc-linux -mllvm -accel-tables=Dwarf %s +// RUN: %clang -g -c -o %t.o --target=x86_64-pc-linux -mllvm -accel-tables=Dwarf %s // RUN: ld.lld %t.o -o %t --compress-debug-sections=zlib // RUN: lldb-test symbols --find=variable --name=foo %t | FileCheck %s |