1
Fork 0

LLVM: LLVM-20.0 removes MMX types

See llvm/llvm-project#98505
This commit is contained in:
Matthew Maurer 2024-07-25 16:47:30 +00:00
parent 54be9ad5eb
commit 38931cd227
3 changed files with 0 additions and 5 deletions

View file

@ -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: