[llvm] r209155 - Fix testers by removing dubious testcase for r209154.
Lang Hames
lhames at gmail.com
Mon May 19 12:38:48 PDT 2014
Author: lhames
Date: Mon May 19 14:38:48 2014
New Revision: 209155
URL: http://llvm.org/viewvc/llvm-project?rev=209155&view=rev
Log:
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.
Removed:
llvm/trunk/test/ExecutionEngine/RuntimeDyld/Inputs/x86_64_macho_pic_globals_GOT.o
Modified:
llvm/trunk/test/ExecutionEngine/RuntimeDyld/macho_relocations.test
Removed: llvm/trunk/test/ExecutionEngine/RuntimeDyld/Inputs/x86_64_macho_pic_globals_GOT.o
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/RuntimeDyld/Inputs/x86_64_macho_pic_globals_GOT.o?rev=209154&view=auto
==============================================================================
Binary file - no diff available.
Modified: llvm/trunk/test/ExecutionEngine/RuntimeDyld/macho_relocations.test
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/RuntimeDyld/macho_relocations.test?rev=209155&r1=209154&r2=209155&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/RuntimeDyld/macho_relocations.test (original)
+++ llvm/trunk/test/ExecutionEngine/RuntimeDyld/macho_relocations.test Mon May 19 14:38:48 2014
@@ -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
More information about the llvm-commits
mailing list