mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-07 23:43:13 +01:00
split toobj.cpp and moved writeModule outside of LDCShared
This commit is contained in:
@@ -33,7 +33,6 @@
|
||||
#include "gen/linker.h"
|
||||
#include "gen/irstate.h"
|
||||
#include "gen/optimizer.h"
|
||||
#include "gen/toobj.h"
|
||||
#include "gen/metadata.h"
|
||||
#include "gen/passes/Passes.h"
|
||||
|
||||
@@ -43,6 +42,8 @@ using namespace opts;
|
||||
|
||||
#include "gen/configfile.h"
|
||||
|
||||
#include "driver/toobj.h"
|
||||
|
||||
#if POSIX
|
||||
#include <errno.h>
|
||||
#elif _WIN32
|
||||
|
||||
Reference in New Issue
Block a user