Closed GoogleCodeExporter closed 9 years ago
!error.empty() is meant to be error.empty() in the patch
Original comment by tcmreast...@gmail.com
on 17 Dec 2009 at 8:39
This patch brakes LLVM 2.6 support. llvm::raw_fd_ostream doesn't have the same
constructor in LLVM 2.6 as llvm-svn HEAD.
llvm::raw_fd_ostream in LLVM 2.6:
raw_fd_ostream(const char *Filename, bool Binary, bool Force, std::string
&ErrorInfo);
raw_fd_ostream(int fd, bool shouldClose, bool unbuffered=false);
Original comment by rjakabo...@gmail.com
on 18 Dec 2009 at 12:23
I need to try with llvm-2.6 but it seems the default packages provided with my
OS
can't compile llvm-lua. I'll look into it.
Original comment by tcmreast...@gmail.com
on 18 Dec 2009 at 6:44
LLVM 2.7 support added in llvm-lua verion 1.2.0
Original comment by rjakabo...@gmail.com
on 28 Apr 2010 at 11:38
Original issue reported on code.google.com by
tcmreast...@gmail.com
on 13 Dec 2009 at 3:45Attachments: