-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
-o no longer works as expected for multiple output types #40993
Labels
P-high
High priority
regression-from-stable-to-stable
Performance or correctness regression from one stable version to another.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Comments
alexcrichton
added
the
regression-from-stable-to-stable
Performance or correctness regression from one stable version to another.
label
Apr 1, 2017
@arielb1 did you perhaps mean to link a different PR? |
brson
added
the
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
label
Apr 4, 2017
I took the liberty of P-high, but somebody needs to be assigned cc @rust-lang/compiler @rust-lang/tools |
nagisa
added a commit
to nagisa/rust
that referenced
this issue
Apr 5, 2017
frewsxcv
added a commit
to frewsxcv/rust
that referenced
this issue
Apr 5, 2017
…ichton Properly adjust filenames when multiple emissions Fixes rust-lang#40993 Should backport just fine to beta but not sure if we want to do this since this is quite old stable regression.
frewsxcv
added a commit
to frewsxcv/rust
that referenced
this issue
Apr 5, 2017
…ichton Properly adjust filenames when multiple emissions Fixes rust-lang#40993 Should backport just fine to beta but not sure if we want to do this since this is quite old stable regression.
alexcrichton
pushed a commit
to alexcrichton/rust
that referenced
this issue
Apr 20, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
P-high
High priority
regression-from-stable-to-stable
Performance or correctness regression from one stable version to another.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
emits single file
testold
with LLVM-IR in it. Previously it used to emittestold.s
andtestold.ll
.This is a stable→stable regression. 1.14.0 works as expected, 1.16.0 does not. Did not test 1.15.0.
The text was updated successfully, but these errors were encountered: