]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_llvm/llvm-wrapper/LLVMWrapper.h
Add ShadowCallStack Support
[rust.git] / compiler / rustc_llvm / llvm-wrapper / LLVMWrapper.h
index 9fe84a6309b9c1cc26af214ae87a93e362718048..bca5425e7287c947d10a29e53e2af42e8710c247 100644 (file)
@@ -85,6 +85,7 @@ enum LLVMRustAttribute {
   NoUndef = 33,
   SanitizeMemTag = 34,
   NoCfCheck = 35,
+  ShadowCallStack = 36,
 };
 
 typedef struct OpaqueRustString *RustStringRef;