Table of Contents

Method SetObjectLinkingLayerCreator

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

SetObjectLinkingLayerCreator(ObjectLayerFactory)

Sets the object linking layer factory for this builder

public void SetObjectLinkingLayerCreator(ObjectLayerFactory creator)

Parameters

creator ObjectLayerFactory

Factory to use for this builder

Remarks

If no factory is provided a default instance is used. This allows callers to customize the behavior if the default is insufficient.