[all-commits] [llvm/llvm-project] 74c042: [Clang][CMake] use CMakePushCheckState (#138783)
jeremyd2019 via All-commits
all-commits at lists.llvm.org
Wed May 7 12:18:17 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 74c0422cfeac42c83b82a3ff5c0c0cde849bd240
https://github.com/llvm/llvm-project/commit/74c0422cfeac42c83b82a3ff5c0c0cde849bd240
Author: jeremyd2019 <github at jdrake.com>
Date: 2025-05-07 (Wed, 07 May 2025)
Changed paths:
M clang/CMakeLists.txt
Log Message:
-----------
[Clang][CMake] use CMakePushCheckState (#138783)
The previous approach of using list(REMOVE ...) would remove *all*
occurences of the given item, not just the one appended above.
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