mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-25 19:18:01 +02:00
Optimization phases for LLVM upgrade
This commit is contained in:
parent
72bce05103
commit
d5b0e6d06d
5 changed files with 388 additions and 525 deletions
|
@ -1,5 +1,6 @@
|
|||
namespace System
|
||||
{
|
||||
[AlwaysInclude]
|
||||
class Delegate : IHashable
|
||||
{
|
||||
void* mFuncPtr;
|
||||
|
@ -61,6 +62,7 @@ namespace System
|
|||
|
||||
delegate void Action();
|
||||
|
||||
[AlwaysInclude]
|
||||
struct Function : int
|
||||
{
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue