mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-08 20:06:03 +03:00
Change all URLs to point to wiki.dlang.org for the time being.
This commit is contained in:
parent
feeb5e95cc
commit
ec59399e21
2 changed files with 2 additions and 2 deletions
|
@ -717,7 +717,7 @@ Params parseArgs(size_t originalArgc, char** originalArgv, ls::Path ldcPath)
|
||||||
}
|
}
|
||||||
else if (memcmp(p + 1, "man", 3) == 0)
|
else if (memcmp(p + 1, "man", 3) == 0)
|
||||||
{
|
{
|
||||||
browse("http://ldc-developers.github.com");
|
browse("http://wiki.dlang.org/LDC");
|
||||||
exit(EXIT_SUCCESS);
|
exit(EXIT_SUCCESS);
|
||||||
}
|
}
|
||||||
else if (strcmp(p + 1, "run") == 0)
|
else if (strcmp(p + 1, "run") == 0)
|
||||||
|
|
|
@ -520,7 +520,7 @@ void DtoDwarfCompileUnit(Module* m)
|
||||||
global.params.symdebug == 2 ? DW_LANG_C : DW_LANG_D,
|
global.params.symdebug == 2 ? DW_LANG_C : DW_LANG_D,
|
||||||
srcname,
|
srcname,
|
||||||
srcpath,
|
srcpath,
|
||||||
"LDC (https://github.com/ldc-developers/ldc)",
|
"LDC (https://wiki.dlang.org/LDC)",
|
||||||
false, // isOptimized TODO
|
false, // isOptimized TODO
|
||||||
llvm::StringRef(), // Flags TODO
|
llvm::StringRef(), // Flags TODO
|
||||||
1 // Runtime Version TODO
|
1 // Runtime Version TODO
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue