Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Can I build the LLVM and clang from source code on cygwin?

How long to build LLVM and Clang? Because I try to build them on VirtualBox, it takes about 2 hours.

share|improve this question

2 Answers

Do you want to develop llvm/clang or develop with llvm/clang? For the latter case, why not install llvm-3.1/clang binaries from cygwin repository? They work pretty well on my Windows 7.

share|improve this answer

clang and llvm are currently available as cygwin packages.

installing the cygwin package would reduce much of your trouble

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.