llvm-project/clang-tools-extra/clang-doc
John Ericson 7c16647c36 [clang-tools-extra][cmake] Use `GNUInstallDirs` to support custom installation dirs.
This is the original patch in my GNUInstallDirs series, now last to merge as the final piece!

It arose as a new draft of D28234. I initially did the unorthodox thing of pushing to that when I wasn't the original author, but since I ended up

 - Using `GNUInstallDirs`, rather than mimicking it, as the original author was hesitant to do but others requested.

 - Converting all the packages, not just LLVM, effecting many more projects than LLVM itself.

I figured it was time to make a new revision.

I have used this patch series (and many back-ports) as the basis of https://github.com/NixOS/nixpkgs/pull/111487 for my distro (NixOS), which was merged last spring (2021). It looked like people were generally on board in D28234, but I make note of this here in case extra motivation is useful.

---

As pointed out in the original issue, a central tension is that LLVM already has some partial support for these sorts of things. Variables like `COMPILER_RT_INSTALL_PATH` have already been dealt with. Variables like `LLVM_LIBDIR_SUFFIX` however, will require further work, so that we may use `CMAKE_INSTALL_LIBDIR`.

These remaining items will be addressed in further patches. What is here is now rote and so we should get it out of the way before dealing more intricately with the remainder.

Reviewed By: #libunwind, #libc, #libc_abi, compnerd

Differential Revision: https://reviews.llvm.org/D99484
2022-01-22 20:57:21 +00:00
..
assets
tool [clang-tools-extra][cmake] Use `GNUInstallDirs` to support custom installation dirs. 2022-01-22 20:57:21 +00:00
BitcodeReader.cpp [clang-doc] Pass Record argument by const-ref. NFCI. 2021-09-24 10:06:13 +01:00
BitcodeReader.h
BitcodeWriter.cpp
BitcodeWriter.h
CMakeLists.txt [openmp] Add missing dependencies for OMP.h.inc after d90443b 2020-06-23 11:48:04 -04:00
ClangDoc.cpp
ClangDoc.h fix typos in comments 2021-11-29 14:06:33 +01:00
Generators.cpp [NFC] Refactor Registry loops to range for 2020-06-19 00:40:10 +01:00
Generators.h [clangd] Add access specifier information to hover contents 2020-05-27 19:36:46 +02:00
HTMLGenerator.cpp PR51018: Remove explicit conversions from SmallString to StringRef to future-proof against C++23 2021-07-08 13:37:57 -07:00
MDGenerator.cpp [clangd] Add access specifier information to hover contents 2020-05-27 19:36:46 +02:00
Mapper.cpp [clang-tools-extra] Remove unused using (NFC) 2021-12-31 10:51:10 -08:00
Mapper.h
Representation.cpp
Representation.h
Serialize.cpp Use isa instead of dyn_cast (NFC) 2021-12-24 21:22:27 -08:00
Serialize.h
YAMLGenerator.cpp