1
Fork 0

finish type-auditing rustllvm

This commit is contained in:
Ariel Ben-Yehuda 2016-08-03 00:25:19 +03:00 committed by Ariel Ben-Yehuda
parent 24874170b4
commit 3041a97b1a
19 changed files with 247 additions and 195 deletions

View file

@ -61,7 +61,7 @@ from_rust(LLVMRustArchiveKind kind)
case LLVMRustArchiveKind::COFF:
return Archive::K_COFF;
default:
abort();
llvm_unreachable("Bad ArchiveKind.");
}
}