[PATCH] D93369: [lld-macho] Add support for weak references
    Nico Weber via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Dec 16 17:48:58 PST 2020
    
    
  
thakis accepted this revision.
thakis added a comment.
This revision is now accepted and ready to land.
Nice!
================
Comment at: lld/MachO/Symbols.h:126
+      : Symbol(UndefinedKind, name), refState(refState) {
+    assert(refState != refState::Unreferenced);
+  }
----------------
s/refState::Unreferenced/RefState::Unreferenced/
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93369/new/
https://reviews.llvm.org/D93369
    
    
More information about the llvm-commits
mailing list