mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-26 08:33:14 +01:00
Merge remote-tracking branch 'AlexeyProkhin/master' into merge-3.0
Conflicts: CMakeLists.txt druntime runtime/CMakeLists.txt
This commit is contained in:
@@ -211,14 +211,11 @@ AsmStatement::toIR(IRState * irs)
|
||||
IRAsmBlock* asmblock = irs->asmBlock;
|
||||
assert(asmblock);
|
||||
|
||||
#ifndef DISABLE_DEBUG_INFO
|
||||
// debug info
|
||||
if (global.params.symdebug)
|
||||
DtoDwarfStopPoint(loc.linnum);
|
||||
#endif
|
||||
DtoDwarfStopPoint(loc.linnum);
|
||||
|
||||
if (! asmcode)
|
||||
return;
|
||||
if (!asmcode)
|
||||
return;
|
||||
|
||||
static std::string i_cns = "i";
|
||||
static std::string p_cns = "i";
|
||||
|
||||
Reference in New Issue
Block a user