Table of Contents

Property Comdat

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

Comdat

Gets or sets the comdat attached to this object, if any

public Comdat Comdat { get; set; }

Property Value

Comdat

Remarks

Setting this property to null or an empty string will remove any comdat setting for the global object.