Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Ubiquity.NET.Llvm/DebugInfo/DIBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public sealed class DIBuilder
{
/// <summary>Initializes a new instance of the <see cref="DIBuilder"/> class.</summary>
/// <param name="owningModule">Module that owns this builder</param>
public DIBuilder( Module owningModule )
public DIBuilder( IModule owningModule )
: this( owningModule, true )
{
}
Expand Down
Loading