diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/preemption.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/preemption.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/preemption.ll b/llvm/test/CodeGen/PowerPC/preemption.ll index 5652f6d730a..9a0d81fbbd7 100644 --- a/llvm/test/CodeGen/PowerPC/preemption.ll +++ b/llvm/test/CodeGen/PowerPC/preemption.ll @@ -1,4 +1,5 @@ -; RUN: llc -mtriple powerpc64le-unkown-gnu-linux < %s | FileCheck %s +; RUN: llc -mtriple powerpc64le-unkown-gnu-linux -relocation-model=pic \ +; RUN: < %s | FileCheck %s ; RUN: llc -mtriple powerpc64le-unkown-gnu-linux -relocation-model=static \ ; RUN: < %s | FileCheck --check-prefix=STATIC %s ; RUN: llc -mtriple powerpc64le-unkown-gnu-linux -relocation-model=pic \ |