We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e01c0cc commit 3213e58Copy full SHA for 3213e58
1 file changed
src/backend/llvm/index.ts
@@ -209,7 +209,6 @@ export function passFunctionDeclaration(parent: ts.FunctionDeclaration, ctx: Con
209
export function buildFromStringValue(node: ts.StringLiteral, ctx: Context, builder: llvm.IRBuilder): llvm.Value {
210
return builder.createGlobalStringPtr(
211
node.text,
212
- 'tmp'
213
);
214
}
215
0 commit comments