Skip to content
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

Restore or remove the --depend flag #608

Closed
brson opened this issue Jul 1, 2011 · 1 comment
Closed

Restore or remove the --depend flag #608

brson opened this issue Jul 1, 2011 · 1 comment
Labels
A-driver Area: rustc_driver that ties everything together into the `rustc` compiler A-frontend Area: Compiler frontend (errors, parsing and HIR) C-cleanup Category: PRs that clean code up or issues documenting cleanup. E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

Comments

@brson
Copy link
Contributor

brson commented Jul 1, 2011

rustc claims to support a --depend flag that lists the .rs files in a crate. There is support in front::eval for this, but it is not wired up to the driver. Either finish the implementation or remove its vestiges.

@brson
Copy link
Contributor Author

brson commented Oct 28, 2011

Removed.

@brson brson closed this as completed Oct 28, 2011
keeperofdakeys pushed a commit to keeperofdakeys/rust that referenced this issue Dec 12, 2017
add a number of linux syscalls

vfork, wait4, getresuid, getresgid, personality, vhangup,
swapon, swapoff, getdomainname, setdomainname, iopl, ioperm
ZuseZ4 added a commit to EnzymeAD/rust that referenced this issue Mar 7, 2023
…#608)

* Investigate memory error from lstm

* Initial tablegen

* More tblgen

* cmake

* Add first call emission

* Working atan2 rev

* Handle calls to self

* Add same type func

* Fix lower LLVM build

* Remove prints

* Cleanup tablegen

* Cleanup

* LLVM-14 support

* fix formating

* fix llvm-9/10 build

* fix llvm-7/8 build

* fix llvm7-10 test failures

* test Julia cmake fix

* add missing tg dependency

* fix cmake for older versions

Co-authored-by: Manuel Drehwald <git@manuel.drehwald.info>
Co-authored-by: Valentin Churavy <vchuravy@users.noreply.github.com>
GuillaumeGomez pushed a commit to GuillaumeGomez/rust that referenced this issue Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-driver Area: rustc_driver that ties everything together into the `rustc` compiler A-frontend Area: Compiler frontend (errors, parsing and HIR) C-cleanup Category: PRs that clean code up or issues documenting cleanup. 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

1 participant