summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeFindBinUtils.cmake
Commit message (Expand)AuthorAgeFilesLines
* BinUtils: Search for LLVM alternative to Apple's install_name_toolmccakit2025-07-221-2/+1
* Merge topic 'llvm-binutils'Brad King2025-06-241-1/+1
|\
| * BinUtils: pick LLVM variants for LLVMFlang and IntelLLVM as wellEisuke Kawashima2025-06-231-1/+1
* | Emscripten: Add platform modulesQuinn Powell2025-06-171-0/+5
|/
* IAR: Add the C-STAT tools to CMakeFindBinUtilsFelipe Torrezan2025-04-251-1/+16
* LICENSE: Replace references to Copyright.txt with LICENSE.rstKitware Robot2025-03-031-1/+1
* Help: Document CMAKE_OBJDUMP variablePeter Kokot2025-01-241-0/+1
* Merge topic 'remove-old-compatibility'Brad King2025-01-231-5/+0
|\
| * CMP0057: Remove support for OLD behaviorBrad King2025-01-221-5/+0
* | IAR: decouple linker location from toolkit's bin dirFelipe Torrezan2025-01-211-6/+6
|/
* BinUtils: Prefer llvm-mt over mt when compiling with ClangBrad King2024-09-251-2/+3
* IAR: Improve error message for missing licenseFelipe Torrezan2024-08-141-50/+39
* BinUtils: Avoid llvm-objcopy versions older than Clang 9Arkadiusz Skalski2024-02-061-2/+2
* Add options to specify linker toolMarc Chevrier2023-10-131-0/+11
* LLVMFlang: Add support for targeting MSVC ABI on WindowsBrad King2023-10-031-1/+1
* MSVC: Run manifest tool with llvm-mt compatible argumentsur4t2023-08-161-1/+1
* Apple Text Stubs (.tbd): various fixesMarc Chevrier2023-08-111-1/+1
* BinUtils: Drop now-unnecessary cross-compiling workaround for Apple hostsBrad King2023-06-071-15/+5
* IAR:Fix version detection for xlinkavrFelipe Torrezan2023-05-221-1/+1
* IAR: Added support for IAR C/C++ Compiler for Microchip AVR 8.10+Felipe Torrezan2023-05-161-5/+10
* BinUtils: Avoid llvm-strip on Apple platformsBrad King2023-03-301-1/+9
* Apple: Handle generation and comsuption of text-based stubs (.tbd files)Marc Chevrier2023-03-011-1/+16
* BinUtils: Avoid the 'ld.lld' ELF linker on Apple platformsCarlo Cabrera2022-09-141-1/+1
* Merge topic 'binutils-llvm-ar-apple'Brad King2022-03-161-1/+6
|\
| * BinUtils: Restore llvm-ar fallback on Apple platformsBrad King2022-03-161-1/+6
* | Merge topic 'binutils-llvm-mt'Brad King2022-03-091-1/+2
|\ \ | |/
| * BinUtils: Avoid llvm-mt because it is missing 'mt' features we useBrad King2022-03-081-1/+2
* | Merge topic 'binutils-llvm-ar-clang-macos'Brad King2022-03-041-1/+4
|\ \ | |/
| * BinUtils: Avoid llvm-ar on Apple platformsBrad King2022-03-031-1/+4
* | Merge topic 'IntelLLVM-no-xilink'Brad King2021-11-111-1/+1
|\ \ | |/
| * IntelLLVM: Use MSVC linker with MSVC frontend variantWilliam R. Dieter2021-11-101-1/+1
* | Merge topic 'binutils-llvm-strip'Brad King2021-10-261-1/+4
|\ \ | |/
| * BinUtils: Avoid llvm-strip versions older than Clang 11Brad King2021-10-221-1/+4
* | IAR: fix assembler detection for RISC-VFelipe Torrezan2021-09-211-1/+1
|/
* IAR: Restore support for projects not enabling policy CMP0057Jean-Marc Hengen2021-09-161-0/+5
* FindBinUtils: Fall back to ld for Clang without lldThomas Bernard2021-08-181-2/+2
* BinUtils: Avoid searching CMAKE_PREFIX_PATHCristian Adam2021-08-091-3/+3
* IAR: Moved search logic to BinUtils.Jean-Marc Hengen2021-07-231-0/+54
* ARMClang: Fix regression in check for working compilerLingkai Dong2021-07-141-0/+3
* BinUtils: Avoid llvm-objdump versions older than Clang 9Brad King2021-05-291-1/+4
* BinUtils: Find linker and librarian for Intel compilers on WindowsBrad King2021-05-271-0/+3
* BinUtils: Find linker and librarian for OpenWatcomBrad King2021-05-271-0/+5
* BinUtils: Clarify search logic and make it more consistentBrad King2021-05-271-34/+41
* BinUtils: Use more-private temporary variable namesBrad King2021-05-041-10/+12
* BinUtils: Avoid clobbering a variable named without a private prefixBrad King2021-04-071-10/+10
* Android: Fix search for binutilsHaibo Huang2021-03-301-0/+2
* BinUtils: prefer bin utils matching the compiler version extensionThomas Bernard2021-01-111-48/+48
* Merge topic 'clang-llvm-lib'Brad King2020-09-251-1/+2
|\
| * Clang: Look for llvm-lib when using MSVC-like front-endShoaib Meenai2020-09-241-1/+2
* | Clang: Detect lld-link when using gnu front end with msvc targetThomas Bernard2020-09-141-1/+5