[libcxx-commits] [PATCH] D120719: [runtimes] Always configure	libc++abi before libc++
    Chris Bieneman via Phabricator via libcxx-commits 
    libcxx-commits at lists.llvm.org
       
    Thu Mar  3 15:46:06 PST 2022
    
    
  
beanz added a comment.
I’m generally opposed to making anything in our CMake order-dependent. There are very few situations where order dependence is really required. ‘If(TARGET …)’ requires ordering, but usually you don’t actually need to check if a target exists, you can just check the configuration variables that would result in the target existing.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D120719/new/
https://reviews.llvm.org/D120719
    
    
More information about the libcxx-commits
mailing list