[all-commits] [llvm/llvm-project] 3e6ec4: [CMake][AIX] quote the string AIX `if` conditions
David Tenty via All-commits
all-commits at lists.llvm.org
Fri Aug 29 20:53:01 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3e6ec475b756559560cba4a16c2bc755aa8caee5
https://github.com/llvm/llvm-project/commit/3e6ec475b756559560cba4a16c2bc755aa8caee5
Author: David Tenty <daltenty at ibm.com>
Date: 2025-08-29 (Fri, 29 Aug 2025)
Changed paths:
M llvm/cmake/modules/GetHostTriple.cmake
M llvm/cmake/modules/HandleLLVMOptions.cmake
M llvm/cmake/modules/LLVMExternalProjectUtils.cmake
M llvm/tools/lto/CMakeLists.txt
Log Message:
-----------
[CMake][AIX] quote the string AIX `if` conditions
This is a follow on to #154537, which quoted the CMAKE_SYSTEM_NAME to avoid expanding it again when that CMAKE_SYSTEM_NAME expands to AIX.
But by the same logic, we also need to quote the plain string AIX as well.
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