summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/tail-opts.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/tail-opts.ll')
-rw-r--r--test/CodeGen/ARM/tail-opts.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/tail-opts.ll b/test/CodeGen/ARM/tail-opts.ll
index 5b3dce386b..3dc77e2a80 100644
--- a/test/CodeGen/ARM/tail-opts.ll
+++ b/test/CodeGen/ARM/tail-opts.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=arm-apple-darwin -mcpu=cortex-a8 -asm-verbose=false | FileCheck %s
+; RUN: llc < %s -mtriple=arm-apple-darwin -relocation-model=dynamic-no-pic -mcpu=cortex-a8 -asm-verbose=false | FileCheck %s
declare void @bar(i32)
declare void @car(i32)