-
Notifications
You must be signed in to change notification settings - Fork 13k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Weed out dependencies on librustc_llvm and librustc. #32571
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! |
@@ -166,6 +166,10 @@ pub fn run_compiler<'a>(args: &[String], | |||
|
|||
let sopts = config::build_session_options(&matches); | |||
|
|||
if sopts.debugging_opts.debug_llvm { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could be moved all the way to phase 3 I think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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