This is an archive of the discontinued LLVM Phabricator instance.

[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
restore CMAKE_EXE_LINKER_FLAGS so we need to do it manually.

Diff Detail

Event Timeline

phosek created this revision.Feb 1 2023, 9:32 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 1 2023, 9:32 AM
phosek requested review of this revision.Feb 1 2023, 9:32 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 1 2023, 9:32 AM
mstorsjo accepted this revision.Feb 1 2023, 9:51 AM

LGTM

This 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
This revision was automatically updated to reflect the committed changes.