8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dac7688 commit a4e58aaCopy full SHA for a4e58aa
Tests/LLVMTests/BFC.swift
@@ -261,7 +261,7 @@ private func compileProgramBody(
261
encoding: .signed, flags: [],
262
size: builder.module.dataLayout.abiSize(of: cellType))
263
let diPtrTy = dibuilder.buildPointerType(pointee: diDataTy,
264
- size: builder.module.dataLayout.pointerSize(),
+ size: builder.module.dataLayout.pointerSize(),
265
alignment: .one)
266
let diVariable = dibuilder.buildLocalVariable(named: "this",
267
scope: entryScope,
0 commit comments