[PATCH] D62155: [CMake] Copy C++ headers before configuring runtimes build
    Shoaib Meenai via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon May 20 17:23:53 PDT 2019
    
    
  
smeenai added inline comments.
================
Comment at: libcxx/include/CMakeLists.txt:215
+# add this subdirectory to the LLVM build to put libcxx's headers in place
+# before libcxx's build configratuion is run.
+if (NOT CXX_HEADER_TARGET)
----------------
Typo: should be configuration
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62155/new/
https://reviews.llvm.org/D62155
    
    
More information about the llvm-commits
mailing list