diff options
| author | Eugene Leviant <eleviant@accesssoftek.com> | 2017-12-14 15:59:05 +0000 |
|---|---|---|
| committer | Eugene Leviant <eleviant@accesssoftek.com> | 2017-12-14 15:59:05 +0000 |
| commit | 3efcfadde4cebf768f56b22a432185eb9502ea41 (patch) | |
| tree | e09b8cf4970b23b32ff747a2002ade6b963c80ac /llvm/test/tools/gold/X86/comdat.ll | |
| parent | 2faf8e127f314d1beeadff277ba6f95eeee951d0 (diff) | |
| download | bcm5719-llvm-3efcfadde4cebf768f56b22a432185eb9502ea41.tar.gz bcm5719-llvm-3efcfadde4cebf768f56b22a432185eb9502ea41.zip | |
[LLVMgold] Use platform dependent extension in tests
Differential revision: https://reviews.llvm.org/D41238
llvm-svn: 320710
Diffstat (limited to 'llvm/test/tools/gold/X86/comdat.ll')
| -rw-r--r-- | llvm/test/tools/gold/X86/comdat.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/gold/X86/comdat.ll b/llvm/test/tools/gold/X86/comdat.ll index 7cb1855df2d..e3fec54fc19 100644 --- a/llvm/test/tools/gold/X86/comdat.ll +++ b/llvm/test/tools/gold/X86/comdat.ll @@ -1,6 +1,6 @@ ; RUN: llvm-as %s -o %t1.o ; RUN: llvm-as %p/Inputs/comdat.ll -o %t2.o -; RUN: %gold -shared -o %t3.o -plugin %llvmshlibdir/LLVMgold.so %t1.o %t2.o \ +; RUN: %gold -shared -o %t3.o -plugin %llvmshlibdir/LLVMgold%shlibext %t1.o %t2.o \ ; RUN: -m elf_x86_64 \ ; RUN: -plugin-opt=save-temps ; RUN: FileCheck --check-prefix=RES %s < %t3.o.resolution.txt |

