* accept locals replaced by symbols in inline assembly by the LLVM code

generator in the AArch64 assembler writer

git-svn-id: trunk@43887 -
This commit is contained in:
Jonas Maebe 2020-01-07 20:22:23 +00:00
parent 3abdec9c95
commit 7a3a4244d1

View File

@ -120,7 +120,9 @@ unit agcpugas;
else
result:=linux_addrpage2str[ref.refaddr]+ref.symbol.name
end;
addr_pic:
addr_pic,
{ for locals replaced by temp symbols on LLVM }
addr_no:
result:=ref.symbol.name;
else
internalerror(2015022302);