mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 17:49:27 +02:00
* generate the correct llvm type description for classrefdef
git-svn-id: trunk@30956 -
This commit is contained in:
parent
dd3d0ae5bc
commit
6c5f1327f4
@ -376,8 +376,8 @@ implementation
|
||||
end;
|
||||
classrefdef :
|
||||
begin
|
||||
{ todo: define proper type for VMT and use that }
|
||||
encodedstr:=encodedstr+'i8*';
|
||||
llvmaddencodedtype_intern(tobjectdef(tclassrefdef(def).pointeddef).vmt_def,flags,encodedstr);
|
||||
encodedstr:=encodedstr+'*';
|
||||
end;
|
||||
setdef :
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user