[PATCH] D137838: [RFC][Support] Move TargetParsers to new component
    Sam Elliott via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Nov 16 10:16:10 PST 2022
    
    
  
lenary added a comment.
I've updated the patch to use forwarding headers (and to rebase past some changes that have happened in the interim).
The patch is still huge because of the number of places using the TargetParsers, which need the component added to their CMakeLists.txt.
I think after the next release, I will add `#warning` to the forwarding headers, so their usage can be noticed and updated.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D137838/new/
https://reviews.llvm.org/D137838
    
    
More information about the llvm-commits
mailing list