1
Fork 0

Rollup merge of #112174 - cuishuang:master, r=jyn514

Fix broken link

The previous link is no longer accessible.

Use the latest link.
This commit is contained in:
Michael Goulet 2023-06-01 23:07:39 -07:00 committed by GitHub
commit 71982341b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
// The classification code for the x86_64 ABI is taken from the clay language
// https://github.com/jckarter/clay/blob/master/compiler/src/externals.cpp
// https://github.com/jckarter/clay/blob/db0bd2702ab0b6e48965cd85f8859bbd5f60e48e/compiler/externals.cpp
use crate::abi::call::{ArgAbi, CastTarget, FnAbi, Reg, RegKind};
use crate::abi::{self, Abi, HasDataLayout, Size, TyAbiInterface, TyAndLayout};