This revision was automatically updated to reflect the committed changes.
Closed by commit rL317188: [libclang] Add dummy libclang-headers target
(authored by smeenai).
Repository:
rL LLVM
https://reviews.llvm.org/D39524
Files:
cfe/trunk/tools/libclang/CMakeLists.txt
Index: cfe/trunk/tool
akyrtzi accepted this revision.
akyrtzi added a comment.
This revision is now accepted and ready to land.
LGTM.
https://reviews.llvm.org/D39524
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cf
smeenai updated this revision to Diff 121223.
smeenai added a comment.
Better comment
https://reviews.llvm.org/D39524
Files:
tools/libclang/CMakeLists.txt
Index: tools/libclang/CMakeLists.txt
===
--- tools/libclang/CMakeLists.t
smeenai created this revision.
Herald added a subscriber: mgorny.
`LLVM_DISTRIBUTION_COMPONENTS` assumes that each component has both
`component` and `install-component` targets. Add a dummy no-op target
for `libclang-headers` to placate this check.
https://reviews.llvm.org/D39524
Files:
tool