[ELF2] Drop unnecessary lld flags from test/elf2/ppc64-toc-restore.s

As Rafael pointed out in his review of r250110, -dynamic-linker, -rpath and
--export-dynamic are unnecessary.

llvm-svn: 250210
This commit is contained in:
Hal Finkel 2015-10-13 19:16:56 +00:00
parent 9abc2a50b3
commit ea244fcb84
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
// RUN: llvm-mc -filetype=obj -triple=powerpc64-unknown-linux %s -o %t.o
// RUN: llvm-mc -filetype=obj -triple=powerpc64-unknown-linux %p/Inputs/shared-ppc64.s -o %t2.o
// RUN: ld.lld2 -shared %t2.o -o %t2.so
// RUN: ld.lld2 -dynamic-linker /lib64/ld64.so.1 -rpath foo -rpath bar --export-dynamic %t.o %t2.so -o %t
// RUN: ld.lld2 %t.o %t2.so -o %t
// RUN: llvm-objdump -d %t | FileCheck %s
// REQUIRES: ppc