mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 09:09:30 +02:00
Try to avoid clang error on global labels inside .cfi_start/.cfi_end pairs
This commit is contained in:
parent
fecd25bac1
commit
13a5cdb8fa
@ -1781,7 +1781,8 @@ Begin
|
||||
begin
|
||||
if symtablestack.top.symtablelevel<>srsymtable.symtablelevel then
|
||||
begin
|
||||
Tlabelsym(sym).nonlocal:=true;
|
||||
if (srsymtable.symtabletype=globalsymtable) or create_smartlink_library then
|
||||
Tlabelsym(sym).nonlocal:=true;
|
||||
if emit then
|
||||
include(current_procinfo.flags,pi_has_interproclabel);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user