On 04/29/2013 06:58 AM, Thad Guidry wrote:

Really? Then that actually makes things a bit easier. So, I customize the Rust build and write steps for users to compile LLVM, Clang, and Rust using Cygwin on their Windows machine. OK.



I'm not sure that thread applies to what you are working on. There is difference between using clang to build the C++ parts of Rust and using llvm as a Rust backend. Simply *building* Rust should not depend all that much on the C++ compiler version. In your case, I think you would be building Rust with the cygwin clang, but as part of the build process would additionally be building a new llvm that does work with rust.
_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to