mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 22:49:23 +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);
|
||||
encodedstr:=encodedstr+'*';
|
||||
end
|
||||
else if is_objcclass(tclassrefdef(def).pointeddef) then
|
||||
llvmaddencodedtype_intern(objc_idtype,flags,encodedstr)
|
||||
else
|
||||
encodedstr:=encodedstr+'i8*'
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user