mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +00:00
target data is a contract with the code generator, not the "processor"
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141734 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6509f50c69
commit
e4617b0280
@ -2069,7 +2069,7 @@ in signal handlers).</p>
|
||||
alignment of the struct is one byte, and that there is no padding between
|
||||
the elements. In non-packed structs, padding between field types is inserted
|
||||
as defined by the TargetData string in the module, which is required to match
|
||||
what the underlying processor expects.</p>
|
||||
what the underlying code generator expects.</p>
|
||||
|
||||
<p>Structures can either be "literal" or "identified". A literal structure is
|
||||
defined inline with other types (e.g. <tt>{i32, i32}*</tt>) whereas identified
|
||||
|
Loading…
Reference in New Issue
Block a user