From 8cf24612d5567240f6dfc97756a166a0b657022a Mon Sep 17 00:00:00 2001 From: Lang Hames Date: Thu, 15 Oct 2015 07:16:40 +0000 Subject: [PATCH] [RuntimeDyld] Drop the '.s' suffix off the COFF test case - the MIPS bot started failing when the suffix was added. I assume the lack of a '.s' suffix means that the test case just wasn't running before, and it has never worked on MIPS. I'll investigate that tomorrow. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250376 91177308-0d34-0410-b5e6-96231b3b80d8 --- .../RuntimeDyld/X86/{COFF_x86_64.s => COFF_x86_64} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/ExecutionEngine/RuntimeDyld/X86/{COFF_x86_64.s => COFF_x86_64} (100%) diff --git a/test/ExecutionEngine/RuntimeDyld/X86/COFF_x86_64.s b/test/ExecutionEngine/RuntimeDyld/X86/COFF_x86_64 similarity index 100% rename from test/ExecutionEngine/RuntimeDyld/X86/COFF_x86_64.s rename to test/ExecutionEngine/RuntimeDyld/X86/COFF_x86_64 -- 2.34.1