mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-24 06:19:11 +02:00
* generate integer type definitions for smallsets
git-svn-id: branches/hlcgllvm@27016 -
This commit is contained in:
parent
7d61ecf5ba
commit
2cb84bda6e
@ -254,7 +254,10 @@ implementation
|
||||
{ just an array as far as llvm is concerned; don't use a "packed
|
||||
array of i1" or so, this requires special support in backends
|
||||
and guarantees nothing about the internal format }
|
||||
encodedstr:=encodedstr+'['+tostr(tsetdef(def).size)+' x i8]';
|
||||
if is_smallset(def) then
|
||||
llvmaddencodedtype_intern(cgsize_orddef(def_cgsize(def)),inaggregate,false,encodedstr)
|
||||
else
|
||||
encodedstr:=encodedstr+'['+tostr(tsetdef(def).size)+' x i8]';
|
||||
end;
|
||||
formaldef :
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user