mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 04:29:29 +02:00
* also collect the llvm type info from the initialisation data of typed
constants git-svn-id: trunk@30782 -
This commit is contained in:
parent
74da8720c5
commit
8f1fb60f61
@ -199,6 +199,7 @@ implementation
|
||||
begin
|
||||
appenddef(deftypelist,taillvmdecl(p).def);
|
||||
record_asmsym_def(taillvmdecl(p).namesym,taillvmdecl(p).def);
|
||||
collect_asmlist_info(deftypelist,taillvmdecl(p).initdata);
|
||||
end;
|
||||
ait_llvmins:
|
||||
collect_llvmins_info(deftypelist,taillvm(p));
|
||||
|
Loading…
Reference in New Issue
Block a user