1
Fork 0
rust/compiler/rustc_target/src
Jubilee Young a800d1cf37 compiler: s/make_indirect_byval/pass_by_stack_offset/
The previous name is just an LLVMism, which conveys almost nothing about
what is actually meant by the function relative to the ABI.

In doing so, remove an already-addressed FIXME.
2024-09-18 12:28:55 -07:00
..
abi compiler: s/make_indirect_byval/pass_by_stack_offset/ 2024-09-18 12:28:55 -07:00
asm Add warn(unreachable_pub) to rustc_target. 2024-09-03 08:49:54 +10:00
spec Fix target-cpu fpu features on Armv8-R. 2024-09-14 21:39:23 -07:00
json.rs Add metadata to targets 2024-03-10 20:46:08 +01:00
lib.rs update cfgs 2024-09-05 17:24:01 +01:00
target_features.rs rustc_target: Remove fpmr target feature 2024-08-27 11:11:47 +01:00
tests.rs