mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 13:39:33 +02:00
* removed todo comment, the "constant" information is already propagated in
the mean time via the section type (sec_rodata/sec_rodata_norel -> constant) git-svn-id: branches/hlcgllvm@28212 -
This commit is contained in:
parent
5c8e723cf8
commit
2a45b57504
@ -89,7 +89,6 @@ implementation
|
||||
newasmlist:=tasmlist.create_without_marker;
|
||||
{ llvm declaration with as initialisation data all the elements from the
|
||||
original asmlist }
|
||||
{ TODO: propagate data/rodata different ("constant") }
|
||||
newasmlist.concat(taillvmdecl.create(sym,def,fasmlist,section));
|
||||
fasmlist:=newasmlist;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user