This revision was automatically updated to reflect the committed changes.
Closed by commit rCXX329544: [CMake] Use custom command and target to install
libc++ headers (authored by phosek, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D44773?vs=141580&id=141583#toc
Repositor
This revision was automatically updated to reflect the committed changes.
Closed by commit rL329544: [CMake] Use custom command and target to install
libc++ headers (authored by phosek, committed by ).
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D4
phosek updated this revision to Diff 141580.
Repository:
rCXX libc++
https://reviews.llvm.org/D44773
Files:
libcxx/NOTES.TXT
libcxx/cmake/Modules/HandleLibCXXABI.cmake
libcxx/include/CMakeLists.txt
libcxx/lib/CMakeLists.txt
Index: libcxx/lib/CMakeLists.txt
EricWF added a comment.
There are a couple of new headers, `` and `` that should be
added to the list before committing.
Repository:
rCXX libc++
https://reviews.llvm.org/D44773
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists
phosek updated this revision to Diff 141442.
phosek marked an inline comment as done.
Repository:
rCXX libc++
https://reviews.llvm.org/D44773
Files:
libcxx/NOTES.TXT
libcxx/cmake/Modules/HandleLibCXXABI.cmake
libcxx/include/CMakeLists.txt
libcxx/lib/CMakeLists.txt
Index: libcxx/lib/CM
EricWF accepted this revision.
EricWF added a comment.
This revision is now accepted and ready to land.
This LGTM modulo requested changes.
There's a section in `NOTES.TXT` about the steps required for adding a header.
Please update that to mention listing it in CMake.
Commen
phosek added a comment.
ping
Repository:
rCXX libc++
https://reviews.llvm.org/D44773
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
phosek added a comment.
This changes has already revealed some missing libc++ dependencies in
sanitizers which were masked by the use of `file(COPY FILE...)`.
Repository:
rCXX libc++
https://reviews.llvm.org/D44773
___
cfe-commits mailing list
c
phosek created this revision.
phosek added reviewers: EricWF, beanz.
Herald added subscribers: cfe-commits, christof, fedor.sergeev, mgorny, srhines.
Using file(COPY FILE...) has several downsides. Since the file command
is only executed at configuration time, any changes to headers made
after the