Roll back llvm/test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll, possibly wrong...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 14 Apr 2015 10:54:14 +0000 (10:54 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 14 Apr 2015 10:54:14 +0000 (10:54 +0000)
It reverts part of r234839, "[RuntimeDyldELF] Improve GOT support".

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234879 91177308-0d34-0410-b5e6-96231b3b80d8

test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll

index c286d5a85504eaedaa45a1c0c6781220e0732c06..eb414249bdc36422f2c1e95d81eed0df026e5d20 100644 (file)
@@ -1,5 +1,4 @@
 ; RUN: %lli -extra-module=%p/Inputs/cross-module-b.ll -relocation-model=pic -code-model=small %s > /dev/null
-; RUN: %lli -mtriple=x86_64-pc-linux -extra-module=%p/Inputs/cross-module-b.ll -relocation-model=pic -code-model=small %s > /dev/null
 ; XFAIL: mips, i686, i386
 
 declare i32 @FB()