mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 10:45:08 +02:00
- disable attempts to generate debug info when using llvm for now
git-svn-id: trunk@33939 -
This commit is contained in:
parent
ea54b6b2c5
commit
a59fc7c165
@ -544,12 +544,15 @@ end;
|
||||
function set_target_dbg(t:tdbg):boolean;
|
||||
begin
|
||||
result:=false;
|
||||
{ no debugging support for llvm yet }
|
||||
{$ifndef llvm}
|
||||
if assigned(dbginfos[t]) then
|
||||
begin
|
||||
target_dbg:=dbginfos[t]^;
|
||||
result:=true;
|
||||
exit;
|
||||
end;
|
||||
{$endif}
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user