mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-27 18:13:13 +01:00
Correct wiki URL in debug info.
The wiki is not available using SSL; thanks to Kai for noticing this.
This commit is contained in:
@@ -520,7 +520,7 @@ void DtoDwarfCompileUnit(Module* m)
|
||||
global.params.symdebug == 2 ? DW_LANG_C : DW_LANG_D,
|
||||
srcname,
|
||||
srcpath,
|
||||
"LDC (https://wiki.dlang.org/LDC)",
|
||||
"LDC (http://wiki.dlang.org/LDC)",
|
||||
false, // isOptimized TODO
|
||||
llvm::StringRef(), // Flags TODO
|
||||
1 // Runtime Version TODO
|
||||
|
||||
Reference in New Issue
Block a user