llvm-6502/lib/ExecutionEngine/RuntimeDyld/Targets
David Majnemer fe1ef279f3 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
2015-03-07 21:47:46 +00:00
..
RuntimeDyldCOFFX86_64.h Fix the autoconf build 2015-03-07 21:47:46 +00:00
RuntimeDyldMachOAArch64.h Fix undefined behavior (shift of negative value) in RuntimeDyldMachOAArch64::encodeAddend. 2015-01-10 00:46:38 +00:00
RuntimeDyldMachOARM.h
RuntimeDyldMachOI386.h
RuntimeDyldMachOX86_64.h