This is an archive of the discontinued LLVM Phabricator instance.

Fix errors in the documentation for StkMapRecord
Needs ReviewPublic

Authored by khordadi on Aug 13 2020, 11:12 PM.

Details

Reviewers
ributzka
atrick
Summary

The patch is straightforward and the reasons for the changes are obvious.

  1. In llvm/lib/CodeGen/StackMaps.cpp, the comments above StackMaps::emitCallsiteEntries doesn't reflect the actual implementation of the StackMaps::emitCallsiteEntries.
  2. In llvm/docs/StackMaps.rst, a { is missing.

Diff Detail

Event Timeline

khordadi created this revision.Aug 13 2020, 11:12 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 13 2020, 11:12 PM
khordadi requested review of this revision.Aug 13 2020, 11:12 PM