mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-25 13:49:29 +02:00
+ support for tai_symbol (in nested typed constant expressions)
git-svn-id: branches/hlcgllvm@28122 -
This commit is contained in:
parent
f89b2e2b26
commit
0c10cbe63b
@ -850,10 +850,12 @@ implementation
|
||||
|
||||
ait_symbol :
|
||||
begin
|
||||
{ should be emitted as part of the variable/function def }
|
||||
asmwrite('; (ait_symbol error, should be part of variable/function def) :');
|
||||
if fdecllevel=0 then
|
||||
AsmWrite(target_asm.comment);
|
||||
asmwriteln(tai_symbol(hp).sym.name);
|
||||
// internalerror(2013010705);
|
||||
{ todo }
|
||||
if tai_symbol(hp).has_value then
|
||||
internalerror(2014062402);
|
||||
end;
|
||||
ait_llvmdecl:
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user