Fix the autoconf build
authorDavid Majnemer <david.majnemer@gmail.com>
Sat, 7 Mar 2015 21:47:46 +0000 (21:47 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Sat, 7 Mar 2015 21:47:46 +0000 (21:47 +0000)
commitfe1ef279f3457d30ff21d4d474886e7e682ad78d
tree759136d14da682876e3bfdbd92f1b0d40d2b56cd
parentfab98a48437d2bea44f71e84fff3135826913d04
Fix the autoconf build

lib/ExecutionEngine/Targets has no Makefile, causing the autoconf build
to fail.  Solve this by bringing the COFF implementation of RuntimeDyld
in line like the Mach-O and ELF implementations.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231579 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/RuntimeDyld/CMakeLists.txt
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFX86_64.cpp [deleted file]
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFX86_64.h