[PATCH] D103089: [Debug-Info][CodeView] Fix GUID string generation for MSVC generated objects.

Carlos Alberto Enciso via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 13 21:49:06 PDT 2021


CarlosAlbertoEnciso added a comment.

@amccarth: Thanks very much for your review.



================
Comment at: llvm/unittests/DebugInfo/CodeView/GUIDFormatTest.cpp:93
+
+      // Shif 2 (0x00) across all components
+      {"00003344-5566-7788-99AA-BBCCDDEEFFAA",
----------------
amccarth wrote:
> nit:  s/Shif/Shift/
Changed 'Shif' to 'Shift'


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D103089/new/

https://reviews.llvm.org/D103089



More information about the llvm-commits mailing list