llvm-project/lld/lib
Michael J. Spencer aedfa6a36b Fix MSVC compat. MSVC doesn't have bzero.
Although the code is not valid to begin with. It is trying to do a raw memory
copy of a non standard-layout type. nameoffset is not guaranteed to directly
follow cmdsize.

This should be properly fixed.

llvm-svn: 158612
2012-06-17 01:18:44 +00:00
..
Core use llvm_unreachable() instead of assert(0) for invalid enum values in switch statements 2012-06-15 20:37:24 +00:00
Passes Major refactoring: Remove Platform concept. In its place there are 2012-05-31 22:34:00 +00:00
ReaderWriter Fix MSVC compat. MSVC doesn't have bzero. 2012-06-17 01:18:44 +00:00
CMakeLists.txt Major refactoring: Remove Platform concept. In its place there are 2012-05-31 22:34:00 +00:00