diff options
author | Lang Hames <lhames@gmail.com> | 2014-05-19 19:38:48 +0000 |
---|---|---|
committer | Lang Hames <lhames@gmail.com> | 2014-05-19 19:38:48 +0000 |
commit | 9f7d14756df13b907e29b61160b1cb6981013bb3 (patch) | |
tree | 39ac9b413bba01cd070f7b0334bc7c606b466ba4 | |
parent | 1fcbc0850068faa55c6712dee4eb2d581cb452d4 (diff) | |
download | bcm5719-llvm-9f7d14756df13b907e29b61160b1cb6981013bb3.tar.gz bcm5719-llvm-9f7d14756df13b907e29b61160b1cb6981013bb3.zip |
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
-rw-r--r-- | llvm/test/ExecutionEngine/RuntimeDyld/Inputs/x86_64_macho_pic_globals_GOT.o | bin | 704 -> 0 bytes | |||
-rw-r--r-- | llvm/test/ExecutionEngine/RuntimeDyld/macho_relocations.test | 1 |
2 files changed, 0 insertions, 1 deletions
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 Binary files differdeleted file mode 100644 index 2013a0e81de..00000000000 --- a/llvm/test/ExecutionEngine/RuntimeDyld/Inputs/x86_64_macho_pic_globals_GOT.o +++ /dev/null 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 |