rust/compiler/rustc_target
DianQK c453dcd62a
Use the aligned size for alloca at args when the pass mode is cast.
The `load` and `store` instructions in LLVM access the aligned size.
2024-07-02 06:33:35 +08:00
..
src Use the aligned size for alloca at args when the pass mode is cast. 2024-07-02 06:33:35 +08:00
Cargo.toml
README.md

rustc_target contains some very low-level details that are specific to different compilation targets and so forth.

For more information about how rustc works, see the rustc dev guide.