aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/call.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/call.ll')
-rw-r--r--test/CodeGen/ARM/call.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/ARM/call.ll b/test/CodeGen/ARM/call.ll
index c270d7e53b..c7e10b13e8 100644
--- a/test/CodeGen/ARM/call.ll
+++ b/test/CodeGen/ARM/call.ll
@@ -1,5 +1,7 @@
; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | grep {mov lr, pc}
; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm -mattr=+v5t | grep blx
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm -mtriple=arm-linux-gnueabi\
+; RUN: -relocation-model=pic | grep {PLT}
%t = weak global int ()* null
declare void %g(int, int, int, int)