llvm-6502/lib/Object
Rui Ueyama b32b0376d4 Path: Recognize Windows compiled resource file.
Some background: One can pass compiled resource files (.res files) directly
to the linker on Windows. If a resource file is given, the linker will run
"cvtres" command in background to convert the resource file to a COFF file
to link it.

What I'm trying to do with this patch is to make the linker to recognize
the resource file by file magic, so that it can run cvtres command.

Differential Revision: http://llvm-reviews.chandlerc.com/D1943

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192742 91177308-0d34-0410-b5e6-96231b3b80d8
2013-10-15 22:45:38 +00:00
..
Archive.cpp Add support for the 's' operation to llvm-ar. 2013-07-29 12:40:31 +00:00
Binary.cpp Path: Recognize Windows compiled resource file. 2013-10-15 22:45:38 +00:00
CMakeLists.txt [Object] Split the ELF interface into 3 parts. 2013-08-08 22:27:13 +00:00
COFFObjectFile.cpp Add missing #include's to cctype when using isdigit/alpha/etc. 2013-10-12 00:55:57 +00:00
COFFYAML.cpp
ELF.cpp Add back missing PPC relocation types. 2013-08-09 09:42:14 +00:00
ELFObjectFile.cpp [Object] Split the ELF interface into 3 parts. 2013-08-08 22:27:13 +00:00
ELFYAML.cpp ELF: Add support for the exclude section bit for gas compat. 2013-09-15 19:53:20 +00:00
Error.cpp
LLVMBuild.txt
MachOObjectFile.cpp Object/COFF: Rename getXXX{Begin,End} -> xxx_{begin,end}. 2013-09-27 21:47:05 +00:00
MachOUniversal.cpp Move everything depending on Object/MachOFormat.h over to Support/MachO.h. 2013-09-01 04:28:48 +00:00
Makefile
Object.cpp
ObjectFile.cpp Path: Recognize Windows compiled resource file. 2013-10-15 22:45:38 +00:00
YAML.cpp Add missing #include's to cctype when using isdigit/alpha/etc. 2013-10-12 00:55:57 +00:00