diff options
Diffstat (limited to 'llvm/lib/MC/MCWasmStreamer.cpp')
-rw-r--r-- | llvm/lib/MC/MCWasmStreamer.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/MC/MCWasmStreamer.cpp b/llvm/lib/MC/MCWasmStreamer.cpp index 2c77624b685..504c72cab97 100644 --- a/llvm/lib/MC/MCWasmStreamer.cpp +++ b/llvm/lib/MC/MCWasmStreamer.cpp @@ -198,6 +198,9 @@ void MCWasmStreamer::EmitInstToData(const MCInst &Inst, void MCWasmStreamer::FinishImpl() { EmitFrames(nullptr); + // Set fragment atoms so we can map from code fragment to defining symbol + addFragmentAtoms(); + this->MCObjectStreamer::FinishImpl(); } |