X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_codegen_llvm%2Fsrc%2Fllvm%2Fffi.rs;h=ed0825e124c456b804b3c0294b0ad5b5d8390697;hb=69ae4233cfdffd4269e07203406ff0ccb2671896;hp=81ae97a80cc170cbd66acc3f0c6cc77ec4e92b85;hpb=4ce3749235fc31d15ebd444b038a9877e8c700d7;p=rust.git diff --git a/compiler/rustc_codegen_llvm/src/llvm/ffi.rs b/compiler/rustc_codegen_llvm/src/llvm/ffi.rs index 81ae97a80cc..ed0825e124c 100644 --- a/compiler/rustc_codegen_llvm/src/llvm/ffi.rs +++ b/compiler/rustc_codegen_llvm/src/llvm/ffi.rs @@ -441,6 +441,7 @@ pub enum MetadataType { MD_nontemporal = 9, MD_mem_parallel_loop_access = 10, MD_nonnull = 11, + MD_align = 17, MD_type = 19, MD_noundef = 29, }