[PATCH] D62155: [CMake] Copy C++ headers during config on Darwin
Saleem Abdulrasool via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 20 13:36:07 PDT 2019
compnerd added inline comments.
================
Comment at: llvm/runtimes/CMakeLists.txt:213
+ include(CopyRuntimeHeaders)
+ copy_libcxx_headers(${LLVM_INCLUDE_DIR})
----------------
Can you add a TODO to migrate to `file(COPY` when we switch to CMake >= 3.7? That avoids the custom function.
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