summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler/Clang-FindBinUtils.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Clang: Find version-suffixed LLVM/Clang binutilsSylvain Joubert2017-08-151-0/+8
| | | | | | | | | Debian renames all LLVM/Clang binaries with a version suffix to allow multiple versions to be installed at the same time. While there is a version-agnostic package that adds a symlink to provide the standard binary names, if only the versioned packages are installed, binaries must be found as `binary-x.y`. In any case, using the same version of the `binutils` as the compiler seems better.
* GCC,Clang: Mark CMAKE_<LANG>_COMPILER_{AR,RANLIB} as advancedBrad King2017-06-221-0/+2
|
* Clang IPO (LTO) supportRuslan Baratov2017-04-281-0/+25