File tree 4 files changed +0
-72
lines changed
.azure-pipelines-templates
4 files changed +0
-72
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 92
92
ninja -v | tee build.log
93
93
shell : bash
94
94
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
-
102
95
- name : " Install Extended Testing Tools"
103
96
run : |
104
97
set -ex
Original file line number Diff line number Diff line change @@ -75,11 +75,4 @@ function(add_warning_checks name)
75
75
)
76
76
endfunction ()
77
77
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
-
85
78
set (CMAKE_CXX_STANDARD 20)
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments