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
130
130
New Compiler Flags
131
131
------------------
132
132
133
+ - ``-mspeculative-load-hardening `` Clang now has an option to enable
134
+ Speculative Load Hardening.
135
+
133
136
- ``-fprofile-filter-files=[regexes] `` and ``-fprofile-exclude-files=[regexes] ``.
134
137
135
138
Clang has now options to filter or exclude some files when
@@ -171,7 +174,9 @@ New Pragmas in Clang
171
174
Attribute Changes in Clang
172
175
--------------------------
173
176
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 ``.
175
180
176
181
Windows Support
177
182
---------------
You can’t perform that action at this time.
0 commit comments