summaryrefslogtreecommitdiffstats
path: root/lldb/lit/SymbolFile/DWARF/dwarf5-index-is-used.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/lit/SymbolFile/DWARF/dwarf5-index-is-used.cpp')
-rw-r--r--lldb/lit/SymbolFile/DWARF/dwarf5-index-is-used.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/lit/SymbolFile/DWARF/dwarf5-index-is-used.cpp b/lldb/lit/SymbolFile/DWARF/dwarf5-index-is-used.cpp
index a9de057e6c9..f5122ebadae 100644
--- a/lldb/lit/SymbolFile/DWARF/dwarf5-index-is-used.cpp
+++ b/lldb/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 -gpubnames
+// 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
OpenPOWER on IntegriCloud