diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-07-26 00:57:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-26 00:57:23 +0200 |
| commit | d03c56f45df4e742200cd79aee13b47e8d7f02a2 (patch) | |
| tree | bcdf7fb3b0376aef7a78bab5ed21edd043fbadc2 /compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp | |
| parent | ba990ae8afd83e2896b91903722a8fb445ab07f9 (diff) | |
| parent | 38931cd227a9e177ddb749da26ce03f2eb6532aa (diff) | |
| download | rust-d03c56f45df4e742200cd79aee13b47e8d7f02a2.tar.gz rust-d03c56f45df4e742200cd79aee13b47e8d7f02a2.zip | |
Rollup merge of #128194 - maurer:fix-mmx, r=cuviper
LLVM: LLVM-20.0 removes MMX types See llvm/llvm-project#98505 `@rustbot` label: +llvm-main
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp')
| -rw-r--r-- | compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp b/compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp index 14757b27a37..4cdd8af1008 100644 --- a/compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp +++ b/compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp @@ -1419,8 +1419,6 @@ extern "C" LLVMTypeKind LLVMRustGetTypeKind(LLVMTypeRef Ty) { return LLVMPointerTypeKind; case Type::FixedVectorTyID: return LLVMVectorTypeKind; - case Type::X86_MMXTyID: - return LLVMX86_MMXTypeKind; case Type::TokenTyID: return LLVMTokenTypeKind; case Type::ScalableVectorTyID: |
