diff options
| author | Stefan Pintilie <stefanp@ca.ibm.com> | 2018-12-04 20:14:57 +0000 |
|---|---|---|
| committer | Stefan Pintilie <stefanp@ca.ibm.com> | 2018-12-04 20:14:57 +0000 |
| commit | 46f840f28678dbdcfc9e97fd1185ca99d33995f9 (patch) | |
| tree | bda3de3a3aa3e339366cb62938a293dc37c2ce18 /llvm/test/CodeGen/PowerPC/testComparesllltui.ll | |
| parent | f3c8a007601044158b2868ab06594b0ce18d06f4 (diff) | |
| download | bcm5719-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/testComparesllltui.ll')
| -rw-r--r-- | llvm/test/CodeGen/PowerPC/testComparesllltui.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/PowerPC/testComparesllltui.ll b/llvm/test/CodeGen/PowerPC/testComparesllltui.ll index e785942b3c9..126d110d04c 100644 --- a/llvm/test/CodeGen/PowerPC/testComparesllltui.ll +++ b/llvm/test/CodeGen/PowerPC/testComparesllltui.ll @@ -1,7 +1,7 @@ -; RUN: llc -verify-machineinstrs -mtriple=powerpc64-unknown-linux-gnu -O2 \ +; RUN: llc -relocation-model=pic -verify-machineinstrs -mtriple=powerpc64-unknown-linux-gnu -O2 \ ; RUN: -ppc-gpr-icmps=all -ppc-asm-full-reg-names -mcpu=pwr8 < %s | FileCheck %s \ ; RUN: --implicit-check-not cmpw --implicit-check-not cmpd --implicit-check-not cmpl -; RUN: llc -verify-machineinstrs -mtriple=powerpc64le-unknown-linux-gnu -O2 \ +; RUN: llc --relocation-model=pic -verify-machineinstrs -mtriple=powerpc64le-unknown-linux-gnu -O2 \ ; RUN: -ppc-gpr-icmps=all -ppc-asm-full-reg-names -mcpu=pwr8 < %s | FileCheck %s \ ; RUN: --implicit-check-not cmpw --implicit-check-not cmpd --implicit-check-not cmpl |

