diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2018-06-28 17:56:43 +0000 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2018-06-28 17:56:43 +0000 |
commit | b757fc3878d90976cd7ca92291aa8b626d5dff6b (patch) | |
tree | 0d644687f6f68a1cb965cf7fe28aa43696381bd6 /llvm/test/CodeGen/X86/hipe-cc64.ll | |
parent | 54a4724467f32b1099ee0fce2dab1b223edf81c7 (diff) | |
download | bcm5719-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.ll | 2 |
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) |