We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a90ef77 commit c83a8abCopy full SHA for c83a8ab
1 file changed
src/backend/llvm/native-type-resolver.ts
@@ -24,7 +24,7 @@ export class NativeTypeResolver {
24
25
if ((<any>type).intrinsicName === 'boolean') {
26
return new NativeType(
27
- llvm.Type.getInt8Ty(
+ llvm.Type.getInt1Ty(
28
ctx.llvmContext
29
)
30
);
0 commit comments