diff options
Diffstat (limited to 'llvm/test/CodeGen/Mips/tls.ll')
| -rw-r--r-- | llvm/test/CodeGen/Mips/tls.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Mips/tls.ll b/llvm/test/CodeGen/Mips/tls.ll index 97e270fc59a..14b1c709d76 100644 --- a/llvm/test/CodeGen/Mips/tls.ll +++ b/llvm/test/CodeGen/Mips/tls.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=mipsel -disable-mips-delay-filler < %s | \ +; RUN: llc -march=mipsel -disable-mips-delay-filler -relocation-model=pic < %s | \ ; RUN: FileCheck %s -check-prefix=PIC -check-prefix=CHECK ; RUN: llc -march=mipsel -relocation-model=static -disable-mips-delay-filler < \ ; RUN: %s | FileCheck %s -check-prefix=STATIC -check-prefix=CHECK |

