1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/lib/CWriter
John Criswell c299416f67 Fixed the CBE on Solaris/Sparc. We need to define the return value of
the write() system call because it returns 64 bits on Solaris 64 bit,
and an implicit return value of int says it returns 32 bits.
Admittedly, this is a bit of a hack.

llvm-svn: 10375
2003-12-10 18:06:34 +00:00
..
Makefile Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
Writer.cpp Fixed the CBE on Solaris/Sparc. We need to define the return value of 2003-12-10 18:06:34 +00:00