llvm-6502/lib/System/Win32
Michael J. Spencer 1211d43abf System: Fix getMagicNumber on windows.
getMagicNumber was treating the _binary_ data it read in as a
null terminated string. This resulted in the std::string
calculating the length, and causing an assert in other code that
assumed that the length it passed was the same as the length of
the string it would get back.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112586 91177308-0d34-0410-b5e6-96231b3b80d8
2010-08-31 06:36:33 +00:00
..
Alarm.inc Fix the Win32 VS2008 build: 2009-03-19 23:26:52 +00:00
DynamicLibrary.inc Remove spurious semicolon. 2010-01-14 20:19:51 +00:00
Host.inc Add llvm::sys::getHostTriple and remove 2009-03-31 17:30:15 +00:00
Memory.inc Move DataTypes.h to include/llvm/System, update all users. This breaks the last 2009-10-26 01:35:46 +00:00
Mutex.inc Insert a SmartMutex templated class into the class hierarchy, which takes a template parameter specifying whether this mutex 2009-06-18 17:53:17 +00:00
Path.inc System: Fix getMagicNumber on windows. 2010-08-31 06:36:33 +00:00
Process.inc Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn't 2009-09-11 20:46:33 +00:00
Program.inc Properly quote the quotes :) during cmdline construction on Windows. 2010-03-28 15:07:02 +00:00
RWMutex.inc Give RWMutex the SmartRWMutex treatment too. 2009-06-18 18:26:15 +00:00
Signals.inc Convert some tab stops into spaces. 2010-07-12 08:16:59 +00:00
ThreadLocal.inc Add an erase() method to llvm::ThreadLocal. 2010-07-28 22:49:43 +00:00
TimeValue.inc Prune #includes from llvm/Linker.h and llvm/System/Path.h, 2009-08-23 22:45:37 +00:00
Win32.h Remove attribution from file headers, per discussion on llvmdev. 2007-12-29 20:36:04 +00:00