rust/src/librustc_target
bors 84755473dc Auto merge of #52032 - DiamondLovesYou:amdgpu-kernel-abi, r=alexcrichton
Add the `amdgpu-kernel` ABI.

Technically, there are requirements imposed by the LLVM
`AMDGPUTargetMachine` on functions with this ABI (eg, the return type
must be void), but I'm unsure exactly where this should be enforced.
2018-07-14 00:12:21 +00:00
..
abi Add the amdgpu-kernel ABI. 2018-07-13 17:22:23 -05:00
spec Auto merge of #52032 - DiamondLovesYou:amdgpu-kernel-abi, r=alexcrichton 2018-07-14 00:12:21 +00:00
build.rs
Cargo.toml rustc_target: move in syntax::abi and flip dependency. 2018-04-26 17:49:16 +03:00
lib.rs Deny bare trait objects in librustc_target and libtest 2018-07-12 13:26:29 +02:00
README.md

librustc_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 guide.