Skip to content

Commit 955bef3

Browse files
committed
rustllvm: Emit frame map labels
1 parent 396f6b4 commit 955bef3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rustllvm/RustGCMetadataPrinter.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ void RustGCMetadataPrinter::finishAssembly(AsmPrinter &AP) {
177177
while (MI != ME) {
178178
Out.EmitSymbolValue(MI->first, WordSize, 0);
179179
MCSymbol *FrameMapLabel = AP.GetTempSymbol("rust_frame_map_label", i);
180+
Out.EmitSymbolValue(FrameMapLabel, WordSize, 0);
180181
FrameMapLabels.push_back(FrameMapLabel);
181182
++MI, ++i;
182183
}

0 commit comments

Comments
 (0)