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/linker-script.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/linker-script.ll')
-rw-r--r-- | llvm/test/tools/gold/X86/linker-script.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/gold/X86/linker-script.ll b/llvm/test/tools/gold/X86/linker-script.ll index 3cc067550a6..6affe5d04df 100644 --- a/llvm/test/tools/gold/X86/linker-script.ll +++ b/llvm/test/tools/gold/X86/linker-script.ll @@ -1,6 +1,6 @@ ; RUN: llvm-as %s -o %t.o -; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \ +; RUN: %gold -plugin %llvmshlibdir/LLVMgold%shlibext \ ; RUN: --plugin-opt=emit-llvm \ ; RUN: -shared %t.o -o %t2.o \ ; RUN: -version-script=%p/Inputs/linker-script.export |