From: Xing GUO Date: Sun, 8 Sep 2019 11:42:51 +0000 (+0000) Subject: [StackMap] Current stackmap version should be 3. NFC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e3685ac79663e3b60eb6de5e91fd51dfe2d0f9ec;p=llvm [StackMap] Current stackmap version should be 3. NFC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@371327 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Object/StackMapParser.h b/include/llvm/Object/StackMapParser.h index ed44efbf80b..b408f404103 100644 --- a/include/llvm/Object/StackMapParser.h +++ b/include/llvm/Object/StackMapParser.h @@ -19,7 +19,7 @@ namespace llvm { -/// A parser for the latest stackmap format. At the moment, latest=V2. +/// A parser for the latest stackmap format. At the moment, latest=V3. template class StackMapParser { public: @@ -299,7 +299,7 @@ public: const uint8_t *P; }; - /// Construct a parser for a version-2 stackmap. StackMap data will be read + /// Construct a parser for a version-3 stackmap. StackMap data will be read /// from the given array. StackMapParser(ArrayRef StackMapSection) : StackMapSection(StackMapSection) {