Displaying 4 results from an estimated 4 matches for "mymlreader".
2008 Aug 21
3
[LLVMdev] Fix build on GCC 4.3
Index: include/llvm/ADT/APInt.h
===================================================================
--- include/llvm/ADT/APInt.h (revision 55101)
+++ include/llvm/ADT/APInt.h (working copy)
@@ -20,6 +20,7 @@
#include <cassert>
#include <iosfwd>
#include <string>
+#include <cstring>
namespace llvm {
class Serializer;
-------------- next part --------------
An
2008 Aug 21
0
[LLVMdev] LLVM build fails on Linux x86
The build platform is Fedora 9 x86 gcc 4.3.
Information dump:
make[1]: Entering directory `/home/xzx/llvm/lib/System'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/xzx/llvm/lib/System'
make[1]: Entering directory `/home/xzx/llvm/lib/Support'
llvm[1]: Compiling raw_ostream.cpp for Debug build
In file included from raw_ostream.cpp:15:
2008 May 15
2
[LLVMdev] Header problem on GCC 4.3
I tried to compile LLVM on Fedora 9 with GCC 4.3.
The compilation fails because UINT_MAX is not defined in file
lib/Transforms/Scalar/LoopUnroll.cpp.
I included <limits.h> and everything works.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080515/4ba7997d/attachment.html>
2008 Jun 03
2
[LLVMdev] #include problem
Hi,
On Fedora 9 GCC 4.3,
LLVMCConfigurationEmitter.cpp needs #include <typeinfo>.
ValueTracking.cpp needs #include <cstring>.
Thanks.
--Zhongxing Xu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080603/38f917f4/attachment.html>