From e578e970cb979d000e6b1d734b406aa06d9313d4 Mon Sep 17 00:00:00 2001 From: Petar Jovanovic Date: Mon, 11 Apr 2016 15:24:23 +0000 Subject: [mips] Make Static a default relocation model for MIPS codegen This change follows up defaults for GCC and Clang, so LLVM does not differ from them. While number of the test files are touched with this change, they all keep the old (expected) behaviour with the explicit option: "-relocation-model=pic" The tests that have not been touched are insensitive to relocation model. Differential Revision: http://reviews.llvm.org/D17995 llvm-svn: 265949 --- llvm/test/CodeGen/Mips/inlineasm_constraint_m.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/CodeGen/Mips/inlineasm_constraint_m.ll') diff --git a/llvm/test/CodeGen/Mips/inlineasm_constraint_m.ll b/llvm/test/CodeGen/Mips/inlineasm_constraint_m.ll index 00053ad3c10..11ef8341cbd 100644 --- a/llvm/test/CodeGen/Mips/inlineasm_constraint_m.ll +++ b/llvm/test/CodeGen/Mips/inlineasm_constraint_m.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=mipsel < %s | FileCheck %s +; RUN: llc -march=mipsel -relocation-model=pic < %s | FileCheck %s @data = global [8193 x i32] zeroinitializer -- cgit v1.2.3