Weed out dependencies on librustc_llvm and librustc.#32571
Weed out dependencies on librustc_llvm and librustc.#32571bors merged 3 commits intorust-lang:masterfrom
Conversation
|
@oli-obk Was there a specific reason |
|
I was sure it was needed at some point, but I don't remember why. I don't see why it should be there. Am 29.03.2016 um 12:56 schrieb Eduard-Mihai Burtescu:
|
|
This breaks the Try to add a |
|
r=me once this is passing, thanks @eddyb! |
src/librustc_driver/lib.rs
Outdated
There was a problem hiding this comment.
Could be moved all the way to phase 3 I think?
There was a problem hiding this comment.
Just in case something is touching LLVM before then, I didn't want to change behavior.
|
@arielb1 Heh, I put this up to get some thoughts and didn't get to make sure everything compiles, thanks! |
ceed9a0 to
f22ec29
Compare
|
@bors r=alexcrichton |
|
📌 Commit f22ec29 has been approved by |
Weed out dependencies on librustc_llvm and librustc. Found while working on #32570. cc @nikomatsakis
Found while working on #32570. cc @nikomatsakis