-
-
Notifications
You must be signed in to change notification settings - Fork 14.3k
Closed
Labels
A-driverArea: rustc_driver that ties everything together into the `rustc` compilerArea: rustc_driver that ties everything together into the `rustc` compilerP-mediumMedium priorityMedium priority
Milestone
Description
Today I learned:
--emit-llvmsilently does nothing if you're compiling to an executable, and requires that you provide a-ofilename that ends in.bc. Perhaps there should be errors instead.--save-tempsand--emit-llvmonly do anything if they come before the crate file name.
These things should probably be documented. I'm not sure where such documentation belongs (seems a bit verbose for the command-line usage notes).
Metadata
Metadata
Assignees
Labels
A-driverArea: rustc_driver that ties everything together into the `rustc` compilerArea: rustc_driver that ties everything together into the `rustc` compilerP-mediumMedium priorityMedium priority