[PATCH] D113241: [lld-macho][nfc] rename parsed-section types & variables
    Greg McGary via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Nov  5 23:40:37 PDT 2021
    
    
  
gkm added inline comments.
================
Comment at: lld/MachO/Writer.cpp:506
     assert((uuidBuf[6] & 0xf0) == 0x30 && "See RFC 4122 Sections 4.2.2, 4.1.3");
-    assert((uuidBuf[8] & 0xc0) == 0x80 && "See RFC 4122 Section 4.2.2");
+    assert((uuidBuf[8] & 0xc0) == 0x80 && "See RFC 4122 ParsedSection 4.2.2");
   }
----------------
Gotta revert this
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D113241/new/
https://reviews.llvm.org/D113241
    
    
More information about the llvm-commits
mailing list