Skip to content

Commit 7367f14

Browse files
committed
LLVM: LLVM-20.0 removes MMX types
See llvm/llvm-project#98505
1 parent 54be9ad commit 7367f14

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -1419,8 +1419,6 @@ extern "C" LLVMTypeKind LLVMRustGetTypeKind(LLVMTypeRef Ty) {
14191419
return LLVMPointerTypeKind;
14201420
case Type::FixedVectorTyID:
14211421
return LLVMVectorTypeKind;
1422-
case Type::X86_MMXTyID:
1423-
return LLVMX86_MMXTypeKind;
14241422
case Type::TokenTyID:
14251423
return LLVMTokenTypeKind;
14261424
case Type::ScalableVectorTyID:

0 commit comments

Comments
 (0)