From: Lang Hames Date: Mon, 19 May 2014 19:38:48 +0000 (+0000) Subject: Fix testers by removing dubious testcase for r209154. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=861e2ef7b0fb312c9acab325c622c7758f3eac0a;p=oota-llvm.git 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 --- 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 2013a0e81de..00000000000 Binary files a/test/ExecutionEngine/RuntimeDyld/Inputs/x86_64_macho_pic_globals_GOT.o and /dev/null differ diff --git a/test/ExecutionEngine/RuntimeDyld/macho_relocations.test b/test/ExecutionEngine/RuntimeDyld/macho_relocations.test index d3407352ce7..92e4dd793cc 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