mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-01 20:21:23 +02:00
* support encoding helper types for LLVM (encode the same type as the
extended class) (fixes webtbs/tw21457 for LLVM) git-svn-id: trunk@35060 -
This commit is contained in:
parent
a0b537bc7b
commit
8b1c90124e
@ -568,6 +568,8 @@ implementation
|
||||
{ opaque for now }
|
||||
encodedstr:=encodedstr+'i8*'
|
||||
end;
|
||||
odt_helper:
|
||||
llvmaddencodedtype_intern(tobjectdef(def).extendeddef,flags,encodedstr);
|
||||
else
|
||||
internalerror(2013100601);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user