From 9f7d14756df13b907e29b61160b1cb6981013bb3 Mon Sep 17 00:00:00 2001 From: Lang Hames Date: Mon, 19 May 2014 19:38:48 +0000 Subject: 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. llvm-svn: 209155 --- .../RuntimeDyld/Inputs/x86_64_macho_pic_globals_GOT.o | Bin 704 -> 0 bytes .../ExecutionEngine/RuntimeDyld/macho_relocations.test | 1 - 2 files changed, 1 deletion(-) delete mode 100644 llvm/test/ExecutionEngine/RuntimeDyld/Inputs/x86_64_macho_pic_globals_GOT.o (limited to 'llvm/test') diff --git a/llvm/test/ExecutionEngine/RuntimeDyld/Inputs/x86_64_macho_pic_globals_GOT.o b/llvm/test/ExecutionEngine/RuntimeDyld/Inputs/x86_64_macho_pic_globals_GOT.o deleted file mode 100644 index 2013a0e81de..00000000000 Binary files a/llvm/test/ExecutionEngine/RuntimeDyld/Inputs/x86_64_macho_pic_globals_GOT.o and /dev/null differ diff --git a/llvm/test/ExecutionEngine/RuntimeDyld/macho_relocations.test b/llvm/test/ExecutionEngine/RuntimeDyld/macho_relocations.test index d3407352ce7..92e4dd793cc 100644 --- a/llvm/test/ExecutionEngine/RuntimeDyld/macho_relocations.test +++ b/llvm/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 -- cgit v1.2.3