[RuntimeDyld] Drop the '.s' suffix off the COFF test case - the MIPS bot started
authorLang Hames <lhames@gmail.com>
Thu, 15 Oct 2015 07:16:40 +0000 (07:16 +0000)
committerLang Hames <lhames@gmail.com>
Thu, 15 Oct 2015 07:16:40 +0000 (07:16 +0000)
commit8cf24612d5567240f6dfc97756a166a0b657022a
tree9378ff5143b91b425844782a7c2ddcacb4460d51
parent2d9184a8830ca77800d3dba8a054dbe19475d8d3
[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
test/ExecutionEngine/RuntimeDyld/X86/COFF_x86_64 [new file with mode: 0644]
test/ExecutionEngine/RuntimeDyld/X86/COFF_x86_64.s [deleted file]