summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/VS10Project/VsControlFlowGuardLinkSetting.cmake
Commit message (Collapse)AuthorAgeFilesLines
* VS: Remove the '/guard:cf' flag from v143 link flag tableBenjamin Sluis2022-01-121-0/+7
Apply the change from commit db35e3cfd6 (VS: Fix support for '/guard:cf' linker flag for v142, 2019-01-24, v3.14.0-rc1~74^2~2) to the v143 flag table. The entry for `LinkControlFlowGuard` in `v143_Link.json` does not work when used in a `.vcxproj` file. Drop our link flag table entries for this toolset so that the flag will be passed via `AdditionalOptions`. Also add a test case.