mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-08 20:06:03 +03:00
Homepage rename.
This commit is contained in:
parent
d82c8068a3
commit
a455186f28
2 changed files with 2 additions and 2 deletions
|
@ -157,7 +157,7 @@ void usage()
|
||||||
global.ldc_version, global.version, global.copyright, global.written);
|
global.ldc_version, global.version, global.copyright, global.written);
|
||||||
printf("\
|
printf("\
|
||||||
D Language Documentation: http://www.digitalmars.com/d/1.0/index.html\n\
|
D Language Documentation: http://www.digitalmars.com/d/1.0/index.html\n\
|
||||||
LDC Homepage: http://www.dsource.org/projects/llvmdc\n\
|
LDC Homepage: http://www.dsource.org/projects/ldc\n\
|
||||||
Usage:\n\
|
Usage:\n\
|
||||||
ldc files.d ... { -switch }\n\
|
ldc files.d ... { -switch }\n\
|
||||||
\n\
|
\n\
|
||||||
|
|
|
@ -140,7 +140,7 @@ static LLGlobalVariable* dwarfCompileUnit(Module* m)
|
||||||
if (srcpath.empty())
|
if (srcpath.empty())
|
||||||
srcpath = llvm::sys::Path::GetCurrentDirectory().toString();
|
srcpath = llvm::sys::Path::GetCurrentDirectory().toString();
|
||||||
vals[4] = DtoConstStringPtr(srcpath.c_str(), "llvm.metadata");
|
vals[4] = DtoConstStringPtr(srcpath.c_str(), "llvm.metadata");
|
||||||
vals[5] = DtoConstStringPtr("LDC (http://www.dsource.org/projects/llvmdc)", "llvm.metadata");
|
vals[5] = DtoConstStringPtr("LDC (http://www.dsource.org/projects/ldc)", "llvm.metadata");
|
||||||
|
|
||||||
LLGlobalVariable* gv = emitDwarfGlobal(getDwarfCompileUnitType(), vals, "llvm.dbg.compile_unit");
|
LLGlobalVariable* gv = emitDwarfGlobal(getDwarfCompileUnitType(), vals, "llvm.dbg.compile_unit");
|
||||||
m->ir.irModule->dwarfCompileUnit = gv;
|
m->ir.irModule->dwarfCompileUnit = gv;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue