summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/gold
diff options
context:
space:
mode:
authorDon Hinton <hintonda@gmail.com>2019-04-29 20:13:35 +0000
committerDon Hinton <hintonda@gmail.com>2019-04-29 20:13:35 +0000
commit1817377f1014ccc31aa9661d431b74c7fcd18f19 (patch)
treebe9158287d63833760d8409f9f61abf230a416a3 /llvm/test/tools/gold
parent497216487199d74e51b413720e85390e63e620fd (diff)
downloadbcm5719-llvm-1817377f1014ccc31aa9661d431b74c7fcd18f19.tar.gz
bcm5719-llvm-1817377f1014ccc31aa9661d431b74c7fcd18f19.zip
Fix one more case of passing options with too many dashes.
llvm-svn: 359495
Diffstat (limited to 'llvm/test/tools/gold')
-rw-r--r--llvm/test/tools/gold/X86/strip_names.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/gold/X86/strip_names.ll b/llvm/test/tools/gold/X86/strip_names.ll
index 23b94a59484..1ac6bd776c7 100644
--- a/llvm/test/tools/gold/X86/strip_names.ll
+++ b/llvm/test/tools/gold/X86/strip_names.ll
@@ -10,7 +10,7 @@
; RUN: -m elf_x86_64 \
; RUN: --plugin-opt=emit-llvm \
; RUN: -shared %t.o -o %t2.o
-; RUN: llvm-dis %t2.o -o - | FileCheck ---check-prefix=NONAME %s
+; RUN: llvm-dis %t2.o -o - | FileCheck --check-prefix=NONAME %s
; CHECK: @GlobalValueName
; CHECK: @foo(i32 %in)
OpenPOWER on IntegriCloud