[all-commits] [llvm/llvm-project] 64f285: [CMake] Don't use CMakePushCheckState
Petr Hosek via All-commits
all-commits at lists.llvm.org
Fri Oct 2 17:14:11 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 64f2855f15d8496be2275ea82f8996868b618b15
https://github.com/llvm/llvm-project/commit/64f2855f15d8496be2275ea82f8996868b618b15
Author: Petr Hosek <phosek at google.com>
Date: 2020-10-02 (Fri, 02 Oct 2020)
Changed paths:
M llvm/runtimes/CMakeLists.txt
Log Message:
-----------
[CMake] Don't use CMakePushCheckState
When we call cmake_pop_check_state, we undo any changes to REQUIRED
variables performed by HandleLLVMOptions which is undesirable. Rather
use replacement which is what we've used prior to 8d26760a.
Differential Revision: https://reviews.llvm.org/D88756
More information about the All-commits
mailing list