summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/hipe-cc64.ll
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2018-06-28 17:56:43 +0000
committerJonas Devlieghere <jonas@devlieghere.com>2018-06-28 17:56:43 +0000
commitb757fc3878d90976cd7ca92291aa8b626d5dff6b (patch)
tree0d644687f6f68a1cb965cf7fe28aa43696381bd6 /llvm/test/CodeGen/X86/hipe-cc64.ll
parent54a4724467f32b1099ee0fce2dab1b223edf81c7 (diff)
downloadbcm5719-llvm-b757fc3878d90976cd7ca92291aa8b626d5dff6b.tar.gz
bcm5719-llvm-b757fc3878d90976cd7ca92291aa8b626d5dff6b.zip
Revert "Re-land r335297 "[X86] Implement more of x86-64 large and medium PIC code models""
Reverting because this is causing failures in the LLDB test suite on GreenDragon. LLVM ERROR: unsupported relocation with subtraction expression, symbol '__GLOBAL_OFFSET_TABLE_' can not be undefined in a subtraction expression llvm-svn: 335894
Diffstat (limited to 'llvm/test/CodeGen/X86/hipe-cc64.ll')
-rw-r--r--llvm/test/CodeGen/X86/hipe-cc64.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/hipe-cc64.ll b/llvm/test/CodeGen/X86/hipe-cc64.ll
index cf5788fc6b8..ce2d0e9c671 100644
--- a/llvm/test/CodeGen/X86/hipe-cc64.ll
+++ b/llvm/test/CodeGen/X86/hipe-cc64.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -stack-symbol-ordering=0 -tailcallopt -relocation-model=static -code-model=medium -stack-alignment=8 -mtriple=x86_64-linux-gnu -mcpu=opteron | FileCheck %s
+; RUN: llc < %s -stack-symbol-ordering=0 -tailcallopt -code-model=medium -stack-alignment=8 -mtriple=x86_64-linux-gnu -mcpu=opteron | FileCheck %s
; Check the HiPE calling convention works (x86-64)
OpenPOWER on IntegriCloud