diff options
Diffstat (limited to 'llvm/test/tools/gold/X86/thinlto_alias.ll')
| -rw-r--r-- | llvm/test/tools/gold/X86/thinlto_alias.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/gold/X86/thinlto_alias.ll b/llvm/test/tools/gold/X86/thinlto_alias.ll index 97d4f7c3997..7074f12fb61 100644 --- a/llvm/test/tools/gold/X86/thinlto_alias.ll +++ b/llvm/test/tools/gold/X86/thinlto_alias.ll @@ -9,7 +9,7 @@ ; Note that gold picks the first copy of weakfunc() as the prevailing one, ; so listing %t2.o first is sufficient to ensure that this copy is ; preempted. -; RUN: %gold -m elf_x86_64 -plugin %llvmshlibdir/LLVMgold.so \ +; RUN: %gold -m elf_x86_64 -plugin %llvmshlibdir/LLVMgold%shlibext \ ; RUN: --plugin-opt=thinlto \ ; RUN: --plugin-opt=save-temps \ ; RUN: -o %t3.o %t2.o %t.o |

