summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/f128-truncateNconv.ll
diff options
context:
space:
mode:
authorStefan Pintilie <stefanp@ca.ibm.com>2018-12-04 20:14:57 +0000
committerStefan Pintilie <stefanp@ca.ibm.com>2018-12-04 20:14:57 +0000
commit46f840f28678dbdcfc9e97fd1185ca99d33995f9 (patch)
treebda3de3a3aa3e339366cb62938a293dc37c2ce18 /llvm/test/CodeGen/PowerPC/f128-truncateNconv.ll
parentf3c8a007601044158b2868ab06594b0ce18d06f4 (diff)
downloadbcm5719-llvm-46f840f28678dbdcfc9e97fd1185ca99d33995f9.tar.gz
bcm5719-llvm-46f840f28678dbdcfc9e97fd1185ca99d33995f9.zip
[PowerPC] Make no-PIC default to match GCC - LLVM
Change the default for PowerPC LE to -fno-PIC. Differential Revision: https://reviews.llvm.org/D53383 llvm-svn: 348298
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/f128-truncateNconv.ll')
-rw-r--r--llvm/test/CodeGen/PowerPC/f128-truncateNconv.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/f128-truncateNconv.ll b/llvm/test/CodeGen/PowerPC/f128-truncateNconv.ll
index d5ffea69fac..d346683d502 100644
--- a/llvm/test/CodeGen/PowerPC/f128-truncateNconv.ll
+++ b/llvm/test/CodeGen/PowerPC/f128-truncateNconv.ll
@@ -1,4 +1,4 @@
-; RUN: llc -mcpu=pwr9 -mtriple=powerpc64le-unknown-unknown \
+; RUN: llc -relocation-model=pic -mcpu=pwr9 -mtriple=powerpc64le-unknown-unknown \
; RUN: -verify-machineinstrs -enable-ppc-quad-precision \
; RUN: -ppc-vsr-nums-as-vr -ppc-asm-full-reg-names < %s | FileCheck %s
OpenPOWER on IntegriCloud