mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-13 06:28:52 +03:00
Merge 2.078.0 front-end and stdlibs
This commit is contained in:
parent
f338b559ff
commit
cfad799f48
203 changed files with 9174 additions and 8166 deletions
|
@ -64,8 +64,8 @@ static std::string getOutputName() {
|
|||
}
|
||||
|
||||
// Infer output name from first object file.
|
||||
std::string result = global.params.objfiles->dim
|
||||
? FileName::removeExt((*global.params.objfiles)[0])
|
||||
std::string result = global.params.objfiles.dim
|
||||
? FileName::removeExt(global.params.objfiles[0])
|
||||
: "a.out";
|
||||
|
||||
if (sharedLib && !triple.isWindowsMSVCEnvironment())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue