index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
CMakeFindBinUtils.cmake
Commit message (
Expand
)
Author
Age
Files
Lines
*
BinUtils: Avoid llvm-objcopy versions older than Clang 9
Arkadiusz Skalski
2024-02-06
1
-2/+2
*
Add options to specify linker tool
Marc Chevrier
2023-10-13
1
-0/+11
*
LLVMFlang: Add support for targeting MSVC ABI on Windows
Brad King
2023-10-03
1
-1/+1
*
MSVC: Run manifest tool with llvm-mt compatible arguments
ur4t
2023-08-16
1
-1/+1
*
Apple Text Stubs (.tbd): various fixes
Marc Chevrier
2023-08-11
1
-1/+1
*
BinUtils: Drop now-unnecessary cross-compiling workaround for Apple hosts
Brad King
2023-06-07
1
-15/+5
*
IAR:Fix version detection for xlinkavr
Felipe Torrezan
2023-05-22
1
-1/+1
*
IAR: Added support for IAR C/C++ Compiler for Microchip AVR 8.10+
Felipe Torrezan
2023-05-16
1
-5/+10
*
BinUtils: Avoid llvm-strip on Apple platforms
Brad King
2023-03-30
1
-1/+9
*
Apple: Handle generation and comsuption of text-based stubs (.tbd files)
Marc Chevrier
2023-03-01
1
-1/+16
*
BinUtils: Avoid the 'ld.lld' ELF linker on Apple platforms
Carlo Cabrera
2022-09-14
1
-1/+1
*
Merge topic 'binutils-llvm-ar-apple'
Brad King
2022-03-16
1
-1/+6
|
\
|
*
BinUtils: Restore llvm-ar fallback on Apple platforms
Brad King
2022-03-16
1
-1/+6
*
|
Merge topic 'binutils-llvm-mt'
Brad King
2022-03-09
1
-1/+2
|
\
\
|
|
/
|
*
BinUtils: Avoid llvm-mt because it is missing 'mt' features we use
Brad King
2022-03-08
1
-1/+2
*
|
Merge topic 'binutils-llvm-ar-clang-macos'
Brad King
2022-03-04
1
-1/+4
|
\
\
|
|
/
|
*
BinUtils: Avoid llvm-ar on Apple platforms
Brad King
2022-03-03
1
-1/+4
*
|
Merge topic 'IntelLLVM-no-xilink'
Brad King
2021-11-11
1
-1/+1
|
\
\
|
|
/
|
*
IntelLLVM: Use MSVC linker with MSVC frontend variant
William R. Dieter
2021-11-10
1
-1/+1
*
|
Merge topic 'binutils-llvm-strip'
Brad King
2021-10-26
1
-1/+4
|
\
\
|
|
/
|
*
BinUtils: Avoid llvm-strip versions older than Clang 11
Brad King
2021-10-22
1
-1/+4
*
|
IAR: fix assembler detection for RISC-V
Felipe Torrezan
2021-09-21
1
-1/+1
|
/
*
IAR: Restore support for projects not enabling policy CMP0057
Jean-Marc Hengen
2021-09-16
1
-0/+5
*
FindBinUtils: Fall back to ld for Clang without lld
Thomas Bernard
2021-08-18
1
-2/+2
*
BinUtils: Avoid searching CMAKE_PREFIX_PATH
Cristian Adam
2021-08-09
1
-3/+3
*
IAR: Moved search logic to BinUtils.
Jean-Marc Hengen
2021-07-23
1
-0/+54
*
ARMClang: Fix regression in check for working compiler
Lingkai Dong
2021-07-14
1
-0/+3
*
BinUtils: Avoid llvm-objdump versions older than Clang 9
Brad King
2021-05-29
1
-1/+4
*
BinUtils: Find linker and librarian for Intel compilers on Windows
Brad King
2021-05-27
1
-0/+3
*
BinUtils: Find linker and librarian for OpenWatcom
Brad King
2021-05-27
1
-0/+5
*
BinUtils: Clarify search logic and make it more consistent
Brad King
2021-05-27
1
-34/+41
*
BinUtils: Use more-private temporary variable names
Brad King
2021-05-04
1
-10/+12
*
BinUtils: Avoid clobbering a variable named without a private prefix
Brad King
2021-04-07
1
-10/+10
*
Android: Fix search for binutils
Haibo Huang
2021-03-30
1
-0/+2
*
BinUtils: prefer bin utils matching the compiler version extension
Thomas Bernard
2021-01-11
1
-48/+48
*
Merge topic 'clang-llvm-lib'
Brad King
2020-09-25
1
-1/+2
|
\
|
*
Clang: Look for llvm-lib when using MSVC-like front-end
Shoaib Meenai
2020-09-24
1
-1/+2
*
|
Clang: Detect lld-link when using gnu front end with msvc target
Thomas Bernard
2020-09-14
1
-1/+5
*
|
Merge topic 'ispc_lang_support'
Brad King
2020-09-01
1
-0/+1
|
\
\
|
|
/
|
/
|
|
*
ISPC: Support building with the MSVC toolchain
Robert Maynard
2020-08-28
1
-0/+1
*
|
CMakeFindBinUtils: Always consider plain binutils when not cross-compiling
Robert Maynard
2020-08-18
1
-0/+13
|
/
*
MSVC: Use 'lib' instead of 'link /lib' to create static libraries
Francisco Facioni
2020-03-03
1
-0/+1
*
FindBinUtils: Revert "Use the compiler to get the path to compiler tools"
Brad King
2019-11-07
1
-59/+11
*
CMakeFindBinUtils: Remove unnecessary variable unset calls
Brad King
2019-10-15
1
-12/+0
*
FindBinUtils: Use the compiler to get the path to compiler tools
Isuru Fernando
2019-09-27
1
-11/+59
*
Use _CMAKE_TOOLCHAIN_PREFIX for install_name_tool as well
Isuru Fernando
2019-09-18
1
-1/+1
*
Clang: prefer lld-link over link.exe
Zsolt Parragi
2019-08-27
1
-1/+17
*
CMakeFindBinUtils: add some more binutils
Norbert Lange
2019-07-23
1
-1/+7
*
CMakeFindBinUtils: add missing llvm alternatives
Norbert Lange
2019-07-23
1
-6/+9
*
CMakeFindBinUtils: Rename and unset variables for additional names
Norbert Lange
2019-07-23
1
-13/+14
[next]