зеркало из https://github.com/microsoft/CCF.git
Speculative load hardening (#4345)
This commit is contained in:
Родитель
064b4f3bd0
Коммит
88f5ec704c
|
@ -55,6 +55,9 @@ endif()
|
|||
function(add_lvi_mitigations name)
|
||||
if(LVI_MITIGATIONS)
|
||||
apply_lvi_mitigation(${name})
|
||||
# Necessary to make sure Spectre mitigations are applied until
|
||||
# https://github.com/openenclave/openenclave/issues/4641 is fixed
|
||||
target_link_libraries(${name} PRIVATE openenclave::oecore)
|
||||
endif()
|
||||
endfunction()
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче