File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -130,6 +130,9 @@ Non-comprehensive list of changes in this release
130130New Compiler Flags
131131------------------
132132
133+ - ``-mspeculative-load-hardening `` Clang now has an option to enable
134+ Speculative Load Hardening.
135+
133136- ``-fprofile-filter-files=[regexes] `` and ``-fprofile-exclude-files=[regexes] ``.
134137
135138 Clang has now options to filter or exclude some files when
@@ -171,7 +174,9 @@ New Pragmas in Clang
171174Attribute Changes in Clang
172175--------------------------
173176
174- - ...
177+ * Clang now supports enabling/disabling speculative load hardening on a
178+ per-function basis using the function attribute
179+ ``speculative_load_hardening ``/``no_speculative_load_hardening ``.
175180
176181Windows Support
177182---------------
You can’t perform that action at this time.
0 commit comments