aboutsummaryrefslogtreecommitdiff
path: root/lit/SymbolFile/DWARF/debug-names-compressed.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lit/SymbolFile/DWARF/debug-names-compressed.cpp')
-rw-r--r--lit/SymbolFile/DWARF/debug-names-compressed.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lit/SymbolFile/DWARF/debug-names-compressed.cpp b/lit/SymbolFile/DWARF/debug-names-compressed.cpp
index 076cac192522..aeb0ff1d01b1 100644
--- a/lit/SymbolFile/DWARF/debug-names-compressed.cpp
+++ b/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