+ support for tai_symbol (in nested typed constant expressions)

git-svn-id: branches/hlcgllvm@28122 -
This commit is contained in:
Jonas Maebe 2014-07-01 16:30:52 +00:00
parent f89b2e2b26
commit 0c10cbe63b

View File

@ -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