File tree Expand file tree Collapse file tree 4 files changed +0
-72
lines changed
.azure-pipelines-templates Expand file tree Collapse file tree 4 files changed +0
-72
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 9292 ninja -v | tee build.log
9393 shell : bash
9494
95- - name : " Check Mitigation Flags"
96- run : |
97- cd build
98- python3 ../scripts/build-check.py < build.log SNPCC
99- shell : bash
100- if : ${{ matrix.platform.name == 'snp' }}
101-
10295 - name : " Install Extended Testing Tools"
10396 run : |
10497 set -ex
Original file line number Diff line number Diff line change @@ -75,11 +75,4 @@ function(add_warning_checks name)
7575 )
7676endfunction ()
7777
78- set (SPECTRE_MITIGATION_FLAGS -mllvm -x86-speculative-load-hardening)
79- if ("${COMPILE_TARGET} " STREQUAL "snp" )
80- if (NOT "${CMAKE_BUILD_TYPE} " STREQUAL "Debug" )
81- add_compile_options (${SPECTRE_MITIGATION_FLAGS} )
82- endif ()
83- endif ()
84-
8578set (CMAKE_CXX_STANDARD 20)
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments