summaryrefslogtreecommitdiff
path: root/test/ExecutionEngine/RuntimeDyld
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2014-05-19 19:38:48 +0000
committerLang Hames <lhames@gmail.com>2014-05-19 19:38:48 +0000
commit861e2ef7b0fb312c9acab325c622c7758f3eac0a (patch)
tree381ce80d113c5366c218caca00a03592a4dde9fb /test/ExecutionEngine/RuntimeDyld
parentb96f71fed63641165462e05cf3ecf5012122afa1 (diff)
downloadllvm-861e2ef7b0fb312c9acab325c622c7758f3eac0a.tar.gz
llvm-861e2ef7b0fb312c9acab325c622c7758f3eac0a.tar.bz2
llvm-861e2ef7b0fb312c9acab325c622c7758f3eac0a.tar.xz
Fix testers by removing dubious testcase for r209154.
It turns out that not all the world is x86-64. Who knew? I'll get to work on a more appropriate test case for this patch. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209155 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/ExecutionEngine/RuntimeDyld')
-rw-r--r--test/ExecutionEngine/RuntimeDyld/Inputs/x86_64_macho_pic_globals_GOT.obin704 -> 0 bytes
-rw-r--r--test/ExecutionEngine/RuntimeDyld/macho_relocations.test1
2 files changed, 0 insertions, 1 deletions
diff --git a/test/ExecutionEngine/RuntimeDyld/Inputs/x86_64_macho_pic_globals_GOT.o b/test/ExecutionEngine/RuntimeDyld/Inputs/x86_64_macho_pic_globals_GOT.o
deleted file mode 100644
index 2013a0e81d..0000000000
--- a/test/ExecutionEngine/RuntimeDyld/Inputs/x86_64_macho_pic_globals_GOT.o
+++ /dev/null
Binary files differ
diff --git a/test/ExecutionEngine/RuntimeDyld/macho_relocations.test b/test/ExecutionEngine/RuntimeDyld/macho_relocations.test
index d3407352ce..92e4dd793c 100644
--- a/test/ExecutionEngine/RuntimeDyld/macho_relocations.test
+++ b/test/ExecutionEngine/RuntimeDyld/macho_relocations.test
@@ -1,2 +1 @@
RUN: llvm-rtdyld -printline %p/Inputs/arm_secdiff_reloc.o
-RUN: llvm-rtdyld %p/Inputs/x86_64_macho_pic_globals_GOT.o