[all-commits] [llvm/llvm-project] 0af415: [compiler-rt][CMake] Do not explicitly set CMP0114...
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Wed May 1 15:37:48 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0af415d436e8d352397d3c5b279fca5d9b4e29f5
https://github.com/llvm/llvm-project/commit/0af415d436e8d352397d3c5b279fca5d9b4e29f5
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2024-05-01 (Wed, 01 May 2024)
Changed paths:
M compiler-rt/cmake/Modules/AddCompilerRT.cmake
Log Message:
-----------
[compiler-rt][CMake] Do not explicitly set CMP0114 to old (#90386)
This was added in def0823f1d2db78c4a18b15084407734a45e96c5 to fix a bot
failure, specifically for the standalone build. This does not seem to be
an issue anymore, and setting the policy explicitly to OLD causes
warnings with newer CMake versions.
This patch removes setting the policy to OLD to get rid of the warning.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list