]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_llvm/llvm-wrapper/LLVMWrapper.h
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / compiler / rustc_llvm / llvm-wrapper / LLVMWrapper.h
index 57b8664d3b6058d1050790354cb0a5fc89cc16ca..f67e06706ea57deca52615f0193058bb4bfd20d2 100644 (file)
@@ -85,6 +85,8 @@ enum LLVMRustAttribute {
   ReturnsTwice = 25,
   ReadNone = 26,
   InaccessibleMemOnly = 27,
+  SanitizeHWAddress = 28,
+  WillReturn = 29,
 };
 
 typedef struct OpaqueRustString *RustStringRef;