summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/fast-isel.ll
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-09-30 17:41:35 +0000
committerJim Grosbach <grosbach@apple.com>2011-09-30 17:41:35 +0000
commit6f09fcf5dae14d68ec9f8731b8c91c04868532e2 (patch)
tree3bfd65ad67e16210d9e90992ad156d3b787715e6 /test/CodeGen/ARM/fast-isel.ll
parenta64556ffda503a416b2594104f8f82345734b4d9 (diff)
downloadllvm-6f09fcf5dae14d68ec9f8731b8c91c04868532e2.tar.gz
llvm-6f09fcf5dae14d68ec9f8731b8c91c04868532e2.tar.bz2
llvm-6f09fcf5dae14d68ec9f8731b8c91c04868532e2.tar.xz
ARM Darwin default relocation model is PIC.
This matches clang, so default options in llc and friends are now closer to clang's defaults. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140863 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/fast-isel.ll')
-rw-r--r--test/CodeGen/ARM/fast-isel.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/ARM/fast-isel.ll b/test/CodeGen/ARM/fast-isel.ll
index eb0c5c8692..465e85f9a8 100644
--- a/test/CodeGen/ARM/fast-isel.ll
+++ b/test/CodeGen/ARM/fast-isel.ll
@@ -1,5 +1,5 @@
-; RUN: llc < %s -O0 -fast-isel-abort -mtriple=armv7-apple-darwin | FileCheck %s --check-prefix=ARM
-; RUN: llc < %s -O0 -fast-isel-abort -mtriple=thumbv7-apple-darwin | FileCheck %s --check-prefix=THUMB
+; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-apple-darwin | FileCheck %s --check-prefix=ARM
+; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=thumbv7-apple-darwin | FileCheck %s --check-prefix=THUMB
; Very basic fast-isel functionality.
define i32 @add(i32 %a, i32 %b) nounwind {