Skip to content

Wrong default filename for --lib --emit-llvm -S #1524

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

Closed
brson opened this issue Jan 14, 2012 · 1 comment
Closed

Wrong default filename for --lib --emit-llvm -S #1524

brson opened this issue Jan 14, 2012 · 1 comment
Labels
A-frontend Area: Compiler frontend (errors, parsing and HIR) E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

Comments

@brson
Copy link
Contributor

brson commented Jan 14, 2012

x86_64-unknown-linux-gnu/stage1/bin/rustc ../src/test/run-pass/hello.rs --emit-llvm -S --lib

Outputs a file named ../src/test/run-pass/hello. instead of ../src/test/run-pass/hello.ll. It does contain llasm as expected.

@jdm
Copy link
Contributor

jdm commented Jan 16, 2012

Fixed by ea1e360 .

@jdm jdm closed this as completed Jan 16, 2012
bjorn3 added a commit to bjorn3/rust that referenced this issue Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-frontend Area: Compiler frontend (errors, parsing and HIR) E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Projects
None yet
Development

No branches or pull requests

2 participants