1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

Fixed datalayout initialization

This commit is contained in:
Brian Fiete 2020-09-14 06:52:19 -07:00
parent a3848bbd78
commit b3fe79522e
5 changed files with 142 additions and 128 deletions

View file

@ -11,6 +11,7 @@ namespace llvm
{
class Module;
class LLVMContext;
class TargetMachine;
}
NS_BF_BEGIN