From: Don Hinton Date: Mon, 29 Apr 2019 20:13:35 +0000 (+0000) Subject: Fix one more case of passing options with too many dashes. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5fbb9b38334ad1fdd05d1dbdba05cab82231b403;p=llvm Fix one more case of passing options with too many dashes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@359495 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/tools/gold/X86/strip_names.ll b/test/tools/gold/X86/strip_names.ll index 23b94a59484..1ac6bd776c7 100644 --- a/test/tools/gold/X86/strip_names.ll +++ b/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)