search for: targetalignelem

Displaying 4 results from an estimated 4 matches for "targetalignelem".

2007 Nov 12
1
[LLVMdev] MSVC 8 Build
...use the Safe Standard C++ Library' 5> c:\llvm\include\llvm/ADT/SmallVector.h(427) : see reference to function template instantiation '_FwdIt std::uninitialized_copy<T*,T*>(_InIt,_InIt,_FwdIt)' being compiled 5> with 5> [ 5> _FwdIt=llvm::TargetAlignElem *, 5> T=llvm::TargetAlignElem, 5> _InIt=llvm::TargetAlignElem * 5> ] The project would appear to have the right pre-processor definitions to suppress such warnings, but they still occur. The compiler issues _many_ warnings about conversions between uint64_t a...
2007 Jun 12
1
[LLVMdev] LLVM binaries for Windows and more
...ion on how to use the Safe Standard C++ Library' c:\Eigenes\compiler\llvm-2.0\include\llvm/ADT/SmallVector.h(383) : see reference to function template instantiation '_OutIt std::copy<T*,T*>(_InIt,_InIt,_OutIt)' being compiled with [ _OutIt=llvm::TargetAlignElem *, T=llvm::TargetAlignElem, _InIt=llvm::TargetAlignElem * ] c:\Eigenes\compiler\llvm-2.0\include\llvm/ADT/SmallVector.h(373) : while compiling class template member function 'const llvm::SmallVectorImpl<T> &llvm::SmallVectorImpl<T>::operat...
2007 Nov 12
0
[LLVMdev] MSVC 8 Build
George, > I have been experimenting with getting LLVM to build with > MSVC8 express. > > I have succeeded in getting trunk to build and run the > Fibonacci example in release mode. I have found various minor > problems with the build system. First, it appears not to be > able to run the configure subproject commands if there is a > space in the directory path.
2007 Nov 11
2
[LLVMdev] MSVC 8 Build
Hi all, I have been experimenting with getting LLVM to build with MSVC8 express. I have succeeded in getting trunk to build and run the Fibonacci example in release mode. I have found various minor problems with the build system. First, it appears not to be able to run the configure subproject commands if there is a space in the directory path. Secondly, it fails to build different subprojects