[all-commits] [llvm/llvm-project] 926f37: [CMake] Use COMPILER_RT_BUILD_CRT in the condition...
Petr Hosek via All-commits
all-commits at lists.llvm.org
Wed Jul 12 10:43:10 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 926f3759ec62a8f170e76a60316cc0bdd9dd2ec9
https://github.com/llvm/llvm-project/commit/926f3759ec62a8f170e76a60316cc0bdd9dd2ec9
Author: Petr Hosek <phosek at google.com>
Date: 2023-07-12 (Wed, 12 Jul 2023)
Changed paths:
M compiler-rt/test/builtins/CMakeLists.txt
Log Message:
-----------
[CMake] Use COMPILER_RT_BUILD_CRT in the condition for test
Unlike COMPILER_RT_HAS_CRT this handles the case where CRT is available
but has been disabled by setting COMPILER_RT_BUILD_CRT.
More information about the All-commits
mailing list