mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-26 01:23:13 +01:00
[svn r140] did a lot of the work towards being able to pass multiple modules on the command line. not complete yet though
This commit is contained in:
10
ir/irmodule.cpp
Normal file
10
ir/irmodule.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "ir/irmodule.h"
|
||||
|
||||
IrModule::IrModule(Module* module)
|
||||
{
|
||||
M = module;
|
||||
}
|
||||
|
||||
IrModule::~IrModule()
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user