[PPC64] Remove unused -z notext from a test

llvm-svn: 341139
This commit is contained in:
Fangrui Song 2018-08-30 23:01:00 +00:00
parent 7b9e86445c
commit c799893787
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
// REQUIRES: ppc
// RUN: llvm-mc -filetype=obj -triple=powerpc64le-unknown-linux %s -o %t.o
// RUN: ld.lld -shared -z notext %t.o -o %t.so
// RUN: ld.lld -shared %t.o -o %t.so
// RUN: llvm-readelf -dyn-relocations %t.so | FileCheck %s
// RUN: llvm-mc -filetype=obj -triple=powerpc64-unknown-linux %s -o %t.o
// RUN: ld.lld -shared -z notext %t.o -o %t.so
// RUN: ld.lld -shared %t.o -o %t.so
// RUN: llvm-readelf -dyn-relocations %t.so | FileCheck %s