From: Lang Hames Date: Thu, 15 Oct 2015 07:16:40 +0000 (+0000) Subject: [RuntimeDyld] Drop the '.s' suffix off the COFF test case - the MIPS bot started X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8cf24612d5567240f6dfc97756a166a0b657022a;p=llvm [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 --- 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