mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-30 11:10:06 -05:00
VS: Populate -Qspectre- flag table entry for v143
Apply the change from commit 43aa632f57 (VS: Populate `-Qspectre-` flag
table entry for v142, 2019-01-24, v3.14.0-rc1~74^2~7) to the v143 flag
table. Sort the longer options before the shorter ones. Remove the
default variant with an empty switch.
This commit is contained in:
@@ -428,9 +428,9 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "SpectreMitigation",
|
"name": "SpectreMitigation",
|
||||||
"switch": "Qspectre",
|
"switch": "Qspectre-load-cf",
|
||||||
"comment": "Enabled",
|
"comment": "All Control Flow Loads",
|
||||||
"value": "Spectre",
|
"value": "SpectreLoadCF",
|
||||||
"flags": []
|
"flags": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -442,16 +442,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "SpectreMitigation",
|
"name": "SpectreMitigation",
|
||||||
"switch": "Qspectre-load-cf",
|
"switch": "Qspectre-",
|
||||||
"comment": "All Control Flow Loads",
|
"comment": "Disabled",
|
||||||
"value": "SpectreLoadCF",
|
"value": "false",
|
||||||
"flags": []
|
"flags": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "SpectreMitigation",
|
"name": "SpectreMitigation",
|
||||||
"switch": "",
|
"switch": "Qspectre",
|
||||||
"comment": "Disabled",
|
"comment": "Enabled",
|
||||||
"value": "false",
|
"value": "Spectre",
|
||||||
"flags": []
|
"flags": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user