Click or drag to resize
Llvm.NET LogoNativeModuleDataLayoutString Property

[This is preliminary documentation and is subject to change.]

Data layout string

Namespace:  Llvm.NET
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public string DataLayoutString { get; set; }

Property Value

Type: String
Remarks
Note 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. The layout string provides hints to the optimization passes about the target at the expense of making the bit code and front-end a bit target dependent.
See Also