[PATCH] D31363: [libc++] Remove cmake glob for source files
    Chris Bieneman via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Thu Oct  5 09:20:23 PDT 2017
    
    
  
beanz added a comment.
Building libcxx without LLVM's CMake modules is very important, not just to Apple. This is how several open source distributions work, and it would be a huge disservice to break this. Same is true for compiler-rt, libcxxabi, libunwind, etc.
Historically we've been drawing the line that building and running tests for runtime projects can require LLVM, but building the runtime libraries themselves must work without LLVM. I believe that is still the correct line to draw.
https://reviews.llvm.org/D31363
    
    
More information about the cfe-commits
mailing list