[all-commits] [llvm/llvm-project] aaa93c: compiler-rt: Fix FLOAT16 feature detection
Tom Stellard via All-commits
all-commits at lists.llvm.org
Wed Jan 24 07:09:39 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aaa93ce7323332d8290b8f563d4d71689c1094c5
https://github.com/llvm/llvm-project/commit/aaa93ce7323332d8290b8f563d4d71689c1094c5
Author: Tom Stellard <tstellar at redhat.com>
Date: 2024-01-24 (Wed, 24 Jan 2024)
Changed paths:
M compiler-rt/lib/builtins/CMakeLists.txt
Log Message:
-----------
compiler-rt: Fix FLOAT16 feature detection
CMAKE_TRY_COMPILE_TARGET_TYPE defaults to EXECUTABLE, which causes
any feature detection code snippet without a main function to fail,
so we need to make sure it gets explicitly set to STATIC_LIBRARY.
Bug: https://github.com/ROCm/rocFFT/issues/439
Bug: https://github.com/ROCm/rocBLAS/issues/1350
Bug: https://bugs.gentoo.org/916069
Closes: https://github.com/llvm/llvm-project/pull/69842
Reviewed by: thesamesam, mgorny
More information about the All-commits
mailing list