Support LLVM 12 in rustc

This commit is contained in:
Nikita Popov 2020-11-03 22:47:16 +01:00
parent 7c3a914b5d
commit 55f345f325
18 changed files with 226 additions and 77 deletions

View file

@ -95,6 +95,7 @@ pub enum TypeKind {
Token,
ScalableVector,
BFloat,
X86_AMX,
}
// FIXME(mw): Anything that is produced via DepGraph::with_task() must implement