]> granicus.if.org Git - clang/commit
[build] Rename clang-headers to clang-resource-headers
authorShoaib Meenai <smeenai@fb.com>
Mon, 4 Mar 2019 21:19:53 +0000 (21:19 +0000)
committerShoaib Meenai <smeenai@fb.com>
Mon, 4 Mar 2019 21:19:53 +0000 (21:19 +0000)
commit1b98a7945112e4ea5c10144fd3e81c27751d1c2f
tree06541a5bdb3399d0b984cea5b73566485fc1d524
parentc34654039c07d6911567100739fcb60f6c750401
[build] Rename clang-headers to clang-resource-headers

Summary:
The current install-clang-headers target installs clang's resource
directory headers. This is different from the install-llvm-headers
target, which installs LLVM's API headers. We want to introduce the
corresponding target to clang, and the natural name for that new target
would be install-clang-headers. Rename the existing target to
install-clang-resource-headers to free up the install-clang-headers name
for the new target, following the discussion on cfe-dev [1].

I didn't find any bots on zorg referencing install-clang-headers. I'll
send out another PSA to cfe-dev to accompany this rename.

[1] http://lists.llvm.org/pipermail/cfe-dev/2019-February/061365.html

Reviewers: beanz, phosek, tstellar, rnk, dim, serge-sans-paille

Subscribers: mgorny, javed.absar, jdoerfert, #sanitizers, openmp-commits, lldb-commits, cfe-commits, llvm-commits

Tags: #clang, #sanitizers, #lldb, #openmp, #llvm

Differential Revision: https://reviews.llvm.org/D58791

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@355340 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
cmake/caches/Apple-stage2.cmake
cmake/caches/BaremetalARM.cmake
cmake/caches/DistributionExample-stage2.cmake
cmake/caches/Fuchsia-stage2.cmake
cmake/modules/AddClang.cmake
docs/LibTooling.rst
docs/ReleaseNotes.rst
examples/clang-interpreter/CMakeLists.txt
lib/Headers/CMakeLists.txt
test/CMakeLists.txt
tools/driver/CMakeLists.txt
tools/libclang/CMakeLists.txt