Update rust to build with newer llvm versions.
This commit is contained in:
parent
d360c481e8
commit
698022d351
5 changed files with 27 additions and 16 deletions
|
@ -88,6 +88,7 @@ const uint LLVMNoImplicitFloatAttribute = 8388608u;
|
|||
const uint LLVMNakedAttribute = 16777216u;
|
||||
const uint LLVMInlineHintAttribute = 33554432u;
|
||||
const uint LLVMStackAttribute = 469762048u; // 7 << 26
|
||||
const uint LLVMUWTableAttribute = 1073741824u; // 1 << 30
|
||||
|
||||
|
||||
// Consts for the LLVM IntPredicate type, pre-cast to uint.
|
||||
|
@ -813,7 +814,6 @@ native mod llvm = llvm_lib {
|
|||
Bool UnitAtATime,
|
||||
Bool UnrollLoops,
|
||||
Bool SimplifyLibCalls,
|
||||
Bool HaveExceptions,
|
||||
uint InliningThreshold);
|
||||
|
||||
/** Destroys a memory buffer. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue