Skip to content

Commit 0712467

Browse files
committed
[Hotfix] Remove default alignment value from DIBuilder.buildTypedef
This is consistent with changes in #227
1 parent e3d1255 commit 0712467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/LLVM/DIBuilder.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ extension DIBuilder {
875875
public func buildTypedef(
876876
of type: DIType,
877877
name: String,
878-
alignment: Alignment = .one,
878+
alignment: Alignment,
879879
scope: DIScope,
880880
file: FileMetadata,
881881
line: Int

0 commit comments

Comments
 (0)