Update the minimum external LLVM to 15
This commit is contained in:
parent
9339f446a5
commit
190ded8443
44 changed files with 42 additions and 221 deletions
|
@ -92,10 +92,8 @@ enum LLVMRustAttribute {
|
|||
NoCfCheck = 35,
|
||||
ShadowCallStack = 36,
|
||||
AllocSize = 37,
|
||||
#if LLVM_VERSION_GE(15, 0)
|
||||
AllocatedPointer = 38,
|
||||
AllocAlign = 39,
|
||||
#endif
|
||||
SanitizeSafeStack = 40,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue