Skip to content

Commit

Permalink
Rollup merge of #112174 - cuishuang:master, r=jyn514
Browse files Browse the repository at this point in the history
Fix broken link

The previous link is no longer accessible.

Use the latest link.
  • Loading branch information
compiler-errors authored Jun 2, 2023
2 parents fc55757 + bbfadf0 commit 7198234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_target/src/abi/call/x86_64.rs
Original file line number Diff line number Diff line change
@@ -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};
Expand Down

0 comments on commit 7198234

Please sign in to comment.