diff --git a/dmd/mars.c b/dmd/mars.c index 8a676a82c8..b5db1927c9 100644 --- a/dmd/mars.c +++ b/dmd/mars.c @@ -157,7 +157,7 @@ void usage() global.ldc_version, global.version, global.copyright, global.written); printf("\ 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\ ldc files.d ... { -switch }\n\ \n\ diff --git a/gen/todebug.cpp b/gen/todebug.cpp index f0712f220d..2a95792e07 100644 --- a/gen/todebug.cpp +++ b/gen/todebug.cpp @@ -140,7 +140,7 @@ static LLGlobalVariable* dwarfCompileUnit(Module* m) if (srcpath.empty()) srcpath = llvm::sys::Path::GetCurrentDirectory().toString(); 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"); m->ir.irModule->dwarfCompileUnit = gv;