[PATCH] D59020: [StackMaps] Update llvm-readobj to parse V3 Stackmaps
Kunshan Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 3 23:01:30 PDT 2019
wks requested changes to this revision.
wks added inline comments.
This revision now requires changes to proceed.
================
Comment at: llvm/include/llvm/Object/StackMapParser.h:324
/// Get the version number of this stackmap. (Always returns 2).
+ unsigned getVersion() const { return 3; }
----------------
The comment should be “Always returns 3” to match the code.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59020/new/
https://reviews.llvm.org/D59020
More information about the llvm-commits
mailing list