mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 19:29:26 +02:00
Try to avoid clang error on global labels inside .cfi_start/.cfi_end pairs
(cherry picked from commit 13a5cdb8fa
)
This commit is contained in:
parent
2789efa067
commit
7fc1f697e9
@ -1656,7 +1656,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
|
||||
exclude(current_procinfo.procdef.procoptions,po_inline);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user