mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-03 00:20:40 +03:00
Move cl_options out of LDCShared
This commit is contained in:
parent
71044056e4
commit
feefad412c
12 changed files with 26 additions and 35 deletions
|
@ -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"
|
||||
|
||||
|
@ -1649,7 +1648,7 @@ bool mustDefineSymbol(Dsymbol* s)
|
|||
TemplateInstance* tinst = DtoIsTemplateInstance(s);
|
||||
if (tinst)
|
||||
{
|
||||
if (!opts::singleObj)
|
||||
if (!global.params.singleObj)
|
||||
return true;
|
||||
|
||||
if (!tinst->emittedInModule)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue