diff options
author | Reid Kleckner <rnk@google.com> | 2018-06-21 22:19:05 +0000 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2018-06-21 22:19:05 +0000 |
commit | 3a2fd1c2f38b298409db3f154f991393e924942f (patch) | |
tree | a5f8b874027e93f099f7892ef34e484f828025ac /llvm/test/CodeGen/X86/hipe-cc64.ll | |
parent | 07605cb6eab159cff9817f57626c10ecda5c92d2 (diff) | |
download | bcm5719-llvm-3a2fd1c2f38b298409db3f154f991393e924942f.tar.gz bcm5719-llvm-3a2fd1c2f38b298409db3f154f991393e924942f.zip |
Revert r335297 "[X86] Implement more of x86-64 large and medium PIC code models"
MCJIT can't handle R_X86_64_GOT64 yet.
llvm-svn: 335300
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) |