mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Fixed enums in debugger, reformatting of operator constraints
This commit is contained in:
parent
533ef0856b
commit
7b8251c311
11 changed files with 65 additions and 22 deletions
|
@ -201,6 +201,7 @@ static llvm::Attribute::AttrKind LLVMMapAttribute(BfIRAttribute attr)
|
|||
case BFIRAttribute_NoUnwind: return llvm::Attribute::NoUnwind;
|
||||
case BFIRAttribute_UWTable: return llvm::Attribute::UWTable;
|
||||
case BFIRAttribute_AlwaysInline: return llvm::Attribute::AlwaysInline;
|
||||
case BFIRAttribute_NoRecurse: return llvm::Attribute::NoRecurse;
|
||||
default: break;
|
||||
}
|
||||
return llvm::Attribute::None;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue