mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-12 05:47:11 +03:00
Merge branch 'master' into merge-2.078
This commit is contained in:
commit
1b860e70d7
45 changed files with 579 additions and 200 deletions
|
@ -1064,7 +1064,8 @@ int cppmain(int argc, char **argv) {
|
|||
global.lib_ext = "a";
|
||||
}
|
||||
|
||||
opts::initializeInstrumentationOptionsFromCmdline();
|
||||
opts::initializeInstrumentationOptionsFromCmdline(
|
||||
*global.params.targetTriple);
|
||||
|
||||
Strings libmodules;
|
||||
return mars_mainBody(files, libmodules);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue