diff options
| author | bors <bors@rust-lang.org> | 2024-08-09 20:18:10 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-08-09 20:18:10 +0000 |
| commit | ca5d25e2c41f5a6b4ce65c681bf2f94c7ead1f14 (patch) | |
| tree | 7ceaf760714e1f1716fa4abd8c2b5731b8eb266b /src | |
| parent | 19ebdcedf1f5619f8f06c546c7541bb9b54aecda (diff) | |
| parent | 57dd967e7122b55f14027122828cdd8b60a86ad4 (diff) | |
| download | rust-ca5d25e2c41f5a6b4ce65c681bf2f94c7ead1f14.tar.gz rust-ca5d25e2c41f5a6b4ce65c681bf2f94c7ead1f14.zip | |
Auto merge of #128896 - bjorn3:sync_cg_clif-2024-08-09, r=bjorn3
Subtree sync for rustc_codegen_cranelift The main highlight this time is support for raw-dylib on Windows thanks to `@dpaoliello.` Compiling the ring crate for arm64 macOS has been fixed too. r? `@ghost` `@rustbot` label +A-codegen +A-cranelift +T-compiler
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/tidy/src/deps.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs index e23e931b0eb..89011bbb48f 100644 --- a/src/tools/tidy/src/deps.rs +++ b/src/tools/tidy/src/deps.rs @@ -192,6 +192,7 @@ const EXCEPTIONS_RUSTBOOK: ExceptionList = &[ const EXCEPTIONS_CRANELIFT: ExceptionList = &[ // tidy-alphabetical-start ("cranelift-bforest", "Apache-2.0 WITH LLVM-exception"), + ("cranelift-bitset", "Apache-2.0 WITH LLVM-exception"), ("cranelift-codegen", "Apache-2.0 WITH LLVM-exception"), ("cranelift-codegen-meta", "Apache-2.0 WITH LLVM-exception"), ("cranelift-codegen-shared", "Apache-2.0 WITH LLVM-exception"), @@ -511,6 +512,7 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[ "bumpalo", "cfg-if", "cranelift-bforest", + "cranelift-bitset", "cranelift-codegen", "cranelift-codegen-meta", "cranelift-codegen-shared", |
