diff options
Diffstat (limited to 'llvm/test/tools/gold/X86/multiple-sections.ll')
| -rw-r--r-- | llvm/test/tools/gold/X86/multiple-sections.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/gold/X86/multiple-sections.ll b/llvm/test/tools/gold/X86/multiple-sections.ll index fbc1c7e93dc..61ab291e6cd 100644 --- a/llvm/test/tools/gold/X86/multiple-sections.ll +++ b/llvm/test/tools/gold/X86/multiple-sections.ll @@ -2,7 +2,7 @@ ; RUN: echo ".text._start" >> %t_order_lto.txt ; RUN: echo ".text.pat" >> %t_order_lto.txt ; RUN: llvm-as %s -o %t.o -; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \ +; RUN: %gold -plugin %llvmshlibdir/LLVMgold%shlibext \ ; RUN: -m elf_x86_64 -o %t.exe %t.o \ ; RUN: --section-ordering-file=%t_order_lto.txt ; RUN: llvm-readobj -elf-output-style=GNU -t %t.exe | FileCheck %s |

