mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-04-09 13:29:04 +02:00
Don't error out with -singleobj, -of, and -c/-output-{bc,ll,o,s}.
This commit is contained in:
@@ -781,7 +781,7 @@ LDC_TARGETS
|
||||
m->importedFrom = m;
|
||||
m->read(0);
|
||||
m->parse();
|
||||
m->buildTargetFiles();
|
||||
m->buildTargetFiles(singleObj);
|
||||
m->deleteObjFile();
|
||||
if (m->isDocFile)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user