Skip to content

Commit 9fcc7ea

Browse files
MaxDesiatovkateinoigakukun
authored andcommitted
Remove assert with a non-existent reference
1 parent 1af7c0b commit 9fcc7ea

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
@@ -480,7 +480,6 @@ void WasmObjectWriter::recordRelocation(MCAssembler &Asm,
480480
FixedValue = 0;
481481

482482
unsigned Type = TargetObjectWriter->getRelocType(Target, Fixup);
483-
assert(!IsPCRel);
484483
assert(SymA);
485484

486485
// Absolute offset within a section or a function.

0 commit comments

Comments
 (0)