diff options
| author | bors <bors@rust-lang.org> | 2021-03-04 15:16:44 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2021-03-04 15:16:44 +0000 |
| commit | 409920873cf8a95739a55dc5fe5adb05e1b4758e (patch) | |
| tree | 61f0b6eef6363dc987e6c22c7e1d8f521b321a92 /compiler/rustc_codegen_ssa/src | |
| parent | ec7f258d543e1ac7d0b94435972331e85da8c509 (diff) | |
| parent | ab03c56ba2df69e5c01d2150a319343543a29ba9 (diff) | |
| download | rust-409920873cf8a95739a55dc5fe5adb05e1b4758e.tar.gz rust-409920873cf8a95739a55dc5fe5adb05e1b4758e.zip | |
Auto merge of #81451 - nikic:llvm-12, r=nagisa
Upgrade to LLVM 12 This implements the necessary adjustments to make rustc work with LLVM 12. I didn't encounter any major issues so far. r? `@cuviper`
Diffstat (limited to 'compiler/rustc_codegen_ssa/src')
| -rw-r--r-- | compiler/rustc_codegen_ssa/src/common.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_codegen_ssa/src/common.rs b/compiler/rustc_codegen_ssa/src/common.rs index 780b1d2cd94..afd83bfcb56 100644 --- a/compiler/rustc_codegen_ssa/src/common.rs +++ b/compiler/rustc_codegen_ssa/src/common.rs @@ -95,6 +95,7 @@ pub enum TypeKind { Token, ScalableVector, BFloat, + X86_AMX, } // FIXME(mw): Anything that is produced via DepGraph::with_task() must implement |
