summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/gold/X86/comdat.ll
diff options
context:
space:
mode:
authorEugene Leviant <eleviant@accesssoftek.com>2017-12-14 15:59:05 +0000
committerEugene Leviant <eleviant@accesssoftek.com>2017-12-14 15:59:05 +0000
commit3efcfadde4cebf768f56b22a432185eb9502ea41 (patch)
treee09b8cf4970b23b32ff747a2002ade6b963c80ac /llvm/test/tools/gold/X86/comdat.ll
parent2faf8e127f314d1beeadff277ba6f95eeee951d0 (diff)
downloadbcm5719-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.ll2
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
OpenPOWER on IntegriCloud