Skip to content

Commit 3213e58

Browse files
committed
Feature(compiler): Drop unneeded name for global string variables
1 parent e01c0cc commit 3213e58

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/backend/llvm/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ export function passFunctionDeclaration(parent: ts.FunctionDeclaration, ctx: Con
209209
export function buildFromStringValue(node: ts.StringLiteral, ctx: Context, builder: llvm.IRBuilder): llvm.Value {
210210
return builder.createGlobalStringPtr(
211211
node.text,
212-
'tmp'
213212
);
214213
}
215214

0 commit comments

Comments
 (0)