Skip to content

Commit 7fc8796

Browse files
MaxDesiatovkateinoigakukun
authored andcommitted
Remove redundant logging from WasmObjectWriter
1 parent 80855de commit 7fc8796

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/MC/WasmObjectWriter.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,6 @@ static const MCSymbolWasm *resolveSymbol(const MCSymbolWasm &Symbol) {
550550
while (Ret->isVariable()) {
551551
const MCExpr *Expr = Ret->getVariableValue();
552552
if (Expr->getKind() == MCExpr::Binary) {
553-
fprintf(stderr, "The expr type is %d\n", (int)Expr->getKind());
554553
Expr = pullSymbol(Expr);
555554
if (!Expr) {
556555
llvm_unreachable("can't find a symbol in this mess\n");

0 commit comments

Comments
 (0)