mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 13:29:19 +02:00
* encode objc classrefdefs as objc_idtype as that is how they are typed
elsewhere in the compiler as well git-svn-id: trunk@32914 -
This commit is contained in:
parent
dacfb1a6ff
commit
90071e04c4
@ -389,6 +389,8 @@ implementation
|
|||||||
llvmaddencodedtype_intern(tobjectdef(tclassrefdef(def).pointeddef).vmt_def,flags,encodedstr);
|
llvmaddencodedtype_intern(tobjectdef(tclassrefdef(def).pointeddef).vmt_def,flags,encodedstr);
|
||||||
encodedstr:=encodedstr+'*';
|
encodedstr:=encodedstr+'*';
|
||||||
end
|
end
|
||||||
|
else if is_objcclass(tclassrefdef(def).pointeddef) then
|
||||||
|
llvmaddencodedtype_intern(objc_idtype,flags,encodedstr)
|
||||||
else
|
else
|
||||||
encodedstr:=encodedstr+'i8*'
|
encodedstr:=encodedstr+'i8*'
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user