On 7/21/16, Yaakov Selkowitz <yselkow...@cygwin.com> wrote: > The following packages have been uploaded to the Cygwin distribution: > > * llvm-3.8.1-1 > * llvm-doc-3.8.1-1 > * libllvm3.8-3.8.1-1 > * libllvm-devel-3.8.1-1
Awesome. I tried building 3.9.0 today and ran into llvm-3.9.0.src/lib/Support/Unix/Signals.inc:418:5: error: ‘Dl_info’ was not declared in this scope Dl_info dlinfo; then when I kind of worked around that by modifying Signals.cpp and change it to include windows.inc at link time I end up with this: Linking CXX executable ../../bin/llvm-tblgen.exe CMakeFiles/obj.llvm-tblgen.dir/TableGen.cpp.o: In function `main': /home/packrd/llvm/llvm-3.9.0.src/utils/TableGen/TableGen.cpp:188: undefined reference to `llvm::sys::PrintStackTraceOnErrorSignal(llvm::StringRef, bool)' Any hints/suggestions there? Thanks! -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple