On 11-05-23 08:48 PM, Lindsey Kuper wrote:
An LLVM include we're using in rustllvm/Passes2.cpp, llvm/Support/StandardPasses.h, is gone in the most recent revision of LLVM (see: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20110516/121142.html -- it looks like it's been gone since Saturday). Presumably we could be using its replacement, llvm/Support/PassManagerBuilder.h, although it's not entirely a drop-in replacement. I believe Rafael said that he would look into this tomorrow. In the meantime, I'm going back to an older revision of LLVM. (r131752 of LLVM and r131425 of compiler-rt are what seem to be working for Eric, so that's what I'm trying.)
I have created https://github.com/graydon/rust/pull/403
Lindsey
Cheers, Rafael _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
