diff options
author | Don Hinton <hintonda@gmail.com> | 2019-04-29 20:13:35 +0000 |
---|---|---|
committer | Don Hinton <hintonda@gmail.com> | 2019-04-29 20:13:35 +0000 |
commit | 1817377f1014ccc31aa9661d431b74c7fcd18f19 (patch) | |
tree | be9158287d63833760d8409f9f61abf230a416a3 /llvm/test/tools/gold | |
parent | 497216487199d74e51b413720e85390e63e620fd (diff) | |
download | bcm5719-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.ll | 2 |
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) |