[all-commits] [llvm/llvm-project] 510936: [polly][CMake] Replace `elseif ()` with `else ()`
owenca via All-commits
all-commits at lists.llvm.org
Sun Aug 31 14:53:26 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5109361d4aeeb0227e86a7f016eb773d28dd9957
https://github.com/llvm/llvm-project/commit/5109361d4aeeb0227e86a7f016eb773d28dd9957
Author: Owen Pan <owenpiano at gmail.com>
Date: 2025-08-31 (Sun, 31 Aug 2025)
Changed paths:
M polly/lib/External/CMakeLists.txt
Log Message:
-----------
[polly][CMake] Replace `elseif ()` with `else ()`
The no-argument elseif resulted in the warning below:
CMake Warning (dev) at polly/lib/External/CMakeLists.txt:30 (elseif):
ELSEIF called with no arguments, it will be skipped.
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