[Lldb-commits] [PATCH] D137838: [Support] Move TargetParsers to new	component
    David Blaikie via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Wed Dec 21 09:38:24 PST 2022
    
    
  
dblaikie added a comment.
This has introduced a circular dependency due to the forwarding header (forwarding header depends on new lib, new lib depends on support, where the forwarding header is). Generally this wouldn't be acceptable (& I'd suggest the patch be reverted on that basis) though I understand this is a complicated migration - what's the timeline for correcting this issue?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D137838/new/
https://reviews.llvm.org/D137838
    
    
More information about the lldb-commits
mailing list