Skip to content

Commit 3b49a97

Browse files
grendelloCopilot
andauthored
Update src/Xamarin.Android.Build.Tasks/Utilities/LlvmIrGenerator/LlvmIrGenerator.cs
Co-authored-by: Copilot <[email protected]>
1 parent 7d6817f commit 3b49a97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Xamarin.Android.Build.Tasks/Utilities/LlvmIrGenerator/LlvmIrGenerator.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -817,6 +817,7 @@ public void WriteValue (GeneratorWriteContext context, Type type, object? value,
817817

818818
void WriteStringBlobArray (GeneratorWriteContext context, LlvmIrStringBlob blob)
819819
{
820+
// The stride determines how many elements are written on a single line before a newline is added.
820821
const uint stride = 16;
821822
Type elementType = typeof(byte);
822823

0 commit comments

Comments
 (0)