Skip to content
Commit aedfa6a3 authored by Michael J. Spencer's avatar Michael J. Spencer
Browse files

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
parent a8d4f229
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment