mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-04-23 12:19:03 +02:00
Merge branch 'master' of github.com:ldc-developers/ldc
This commit is contained in:
@@ -22,7 +22,6 @@
|
||||
#include "gen/functions.h"
|
||||
#include "gen/typeinf.h"
|
||||
#include "gen/todebug.h"
|
||||
#include "gen/cl_options.h"
|
||||
#include "gen/nested.h"
|
||||
#include "ir/irmodule.h"
|
||||
|
||||
@@ -1658,7 +1657,7 @@ bool mustDefineSymbol(Dsymbol* s)
|
||||
TemplateInstance* tinst = DtoIsTemplateInstance(s);
|
||||
if (tinst)
|
||||
{
|
||||
if (!opts::singleObj)
|
||||
if (!global.params.singleObj)
|
||||
return true;
|
||||
|
||||
if (!tinst->emittedInModule)
|
||||
|
||||
Reference in New Issue
Block a user