[all-commits] [llvm/llvm-project] 9b94a6: [CMake] Save and restore CMAKE_EXE_LINKER_FLAGS ma...
Petr Hosek via All-commits
all-commits at lists.llvm.org
Wed Feb 1 10:05:23 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9b94a67f8232cfb48b6d00fd217792d323f09c6f
https://github.com/llvm/llvm-project/commit/9b94a67f8232cfb48b6d00fd217792d323f09c6f
Author: Petr Hosek <phosek at google.com>
Date: 2023-02-01 (Wed, 01 Feb 2023)
Changed paths:
M llvm/cmake/modules/LLVMCheckLinkerFlag.cmake
Log Message:
-----------
[CMake] Save and restore CMAKE_EXE_LINKER_FLAGS manually
cmake_push_check_state and cmake_pop_check_state doesn't save and
restore CMAKE_EXE_LINKER_FLAGS so we need to do it manually.
Differential Revision: https://reviews.llvm.org/D143088
More information about the All-commits
mailing list