-
Notifications
You must be signed in to change notification settings - Fork 13.4k
-o no longer works as expected for multiple output types #40993
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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
@arielb1 did you perhaps mean to link a different PR? |
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
# for free
to join this conversation on GitHub.
Already have an account?
# 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: