Table of Contents

Property DataLayoutString

Namespace
Ubiquity.NET.Llvm
Assembly
Ubiquity.NET.Llvm.dll

DataLayoutString

Gets or Sets the Data layout string for this module

LazyEncodedString DataLayoutString { get; set; }

Property Value

LazyEncodedString

Remarks

important

The data layout string doesn't do what seems obvious. That is, it doesn't force the target back-end to generate code or types with a particular layout. Rather, the layout string has to match the implicit layout of the target. Thus it should only come from the actual TargetMachine the code is targeting.