llvm-capstone/polly/lib
John Ericson 4a678f8072 [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-16 05:33:07 +00:00
..
Analysis Use true/false instead of 1/0 (NFC) 2022-01-09 12:21:06 -08:00
CodeGen Use true/false instead of 1/0 (NFC) 2022-01-09 12:21:06 -08:00
Exchange [Polly][Isl] Use the function unsignedFromIslSize to manage a isl::size object. NFCI 2021-11-05 11:15:22 +01:00
External [cmake] Use GNUInstallDirs to support custom installation dirs. 2022-01-16 05:33:07 +00:00
Plugin Generalize the pass registration mechanism used by Polly to any third-party tool 2020-01-02 16:45:31 +01:00
Support [SCEV] Sequential/in-order UMin expression 2022-01-10 20:51:26 +03:00
Transform [Transform] Remove redundant declaration PollyAllowFullFunction (NFC) 2022-01-02 23:08:40 -08:00
CMakeLists.txt [Polly] Remove support for code generated by gfortran+DragonEgg. 2021-10-14 14:12:06 -05:00