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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D143088
[CMake] Save and restore CMAKE_EXE_LINKER_FLAGS manually ClosedPublic Authored by phosek on Feb 1 2023, 9:32 AM.
Details Summary cmake_push_check_state and cmake_pop_check_state doesn't save and
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 1 2023, 9:51 AM This revision was landed with ongoing or failed builds.Feb 1 2023, 10:05 AM Closed by commit rG9b94a67f8232: [CMake] Save and restore CMAKE_EXE_LINKER_FLAGS manually (authored by phosek). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 493998 llvm/cmake/modules/LLVMCheckLinkerFlag.cmake
|