llvm-6502/unittests
Rui Ueyama b850a05f2c Recognize 0x0000 as a COFF file magic.
Summary:
Some machine-type-neutral object files containing only undefined symbols
actually do exist in the Windows standard library. Need to recognize them
as COFF files.

Reviewers: Bigcheese

CC: llvm-commits

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194734 91177308-0d34-0410-b5e6-96231b3b80d8
2013-11-14 22:09:08 +00:00
..
ADT Fix a null pointer dereference when copying a null polymorphic pointer. 2013-11-13 02:48:20 +00:00
Analysis
Bitcode
CodeGen DIEHash: Summary hashing of member functions 2013-10-25 20:04:25 +00:00
DebugInfo DWARF parser: propery handle DW_FORM_ref_sig8 and fix Windows build. 2013-10-29 16:32:19 +00:00
ExecutionEngine
IR Introduce an AnalysisManager which is like a pass manager but with a lot 2013-11-13 01:12:08 +00:00
MC
Object
Option
Support Recognize 0x0000 as a COFF file magic. 2013-11-14 22:09:08 +00:00
Transforms
CMakeLists.txt
Makefile Revert "Move copying of global initializers below the cloning of functions." 2013-11-09 00:43:18 +00:00
Makefile.unittest