search for: llvmhead

Displaying 3 results from an estimated 3 matches for "llvmhead".

2016 Jun 30
3
Building LLVM under Cygwin32 fails
...with VC++ 2013 and CMake v3.5.2 on Windows, and with GCC v4.8.5 and CMake v3.5.2 on CentOS; but when I try building on Windows using Cygwin32 I get the following build failures: [ 4%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Signals.cpp.o In file included from /src/Compilers/llvmHead/llvm/lib/Support/Signals.cpp:180:0: /src/Compilers/llvmHead/llvm/lib/Support/Unix/Signals.inc: In function 'void llvm::sys::PrintStackTrace(llvm::raw_ostream&)': /src/Compilers/llvmHead/llvm/lib/Support/Unix/Signals.inc:418:5: error: 'Dl_info' was not declared in this scope...
2016 Jun 30
0
Building LLVM under Cygwin32 fails
...ws, and with GCC v4.8.5 and CMake v3.5.2 on CentOS; but when I try > building on Windows using Cygwin32 I get the following build failures: > > > > [ 4%] Building CXX object > lib/Support/CMakeFiles/LLVMSupport.dir/Signals.cpp.o > > In file included from > /src/Compilers/llvmHead/llvm/lib/Support/Signals.cpp:180:0: > > /src/Compilers/llvmHead/llvm/lib/Support/Unix/Signals.inc: In function > ‘void llvm::sys::PrintStackTrace(llvm::raw_ostream&)’: > > /src/Compilers/llvmHead/llvm/lib/Support/Unix/Signals.inc:418:5: error: > ‘Dl_info’ was not declared in t...
2016 Jul 06
2
GCC prerequisites for building LLVM head?
I've no idea, but without it, the 'std::to_string' definitions are not enabled! -----Original Message----- From: Renato Golin [mailto:renato.golin at linaro.org] Sent: 06 July 2016 19:35 To: Martin.ORiordan at movidius.com Cc: LLVM Developers <llvm-dev at lists.llvm.org> Subject: Re: [llvm-dev] GCC prerequisites for building LLVM head? On 6 July 2016 at 19:02, Martin J.