Tweak llvm/test/tools/gold/X86/parallel.ll to run with pthread-unaware ld.gold on...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 3 Sep 2015 00:48:59 +0000 (00:48 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 3 Sep 2015 00:48:59 +0000 (00:48 +0000)
commitd0e460175abecd62356b6347c8296346681fa7e6
tree2328655dda42be1a239c3ef3b20462767a46ec1f
parent6feb333f9f8a8c4d775246a44b3f0d5e31d9ecf7
Tweak llvm/test/tools/gold/X86/parallel.ll to run with pthread-unaware ld.gold on Linux.

If ld.gold is configured without --enable-thread, ld.gold might not load libpthread.so.
Preloading LLVMgold.so loads also libpthread.so.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@246739 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/gold/X86/parallel.ll