This repository was archived by the owner on Feb 5, 2019. It is now read-only.
File tree 3 files changed +1
-165
lines changed
3 files changed +1
-165
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 31
31
templates_path = ['_templates' ]
32
32
33
33
# The suffix of source filenames.
34
- source_suffix = ['.rst' , '.md' ]
35
-
36
- source_parsers = {'.md' : 'recommonmark.parser.CommonMarkParser' }
34
+ source_suffix = '.rst'
37
35
38
36
# The encoding of source files.
39
37
#source_encoding = 'utf-8-sig'
Original file line number Diff line number Diff line change @@ -79,7 +79,6 @@ representation.
79
79
yaml2obj
80
80
HowToSubmitABug
81
81
SphinxQuickstartTemplate
82
- MarkdownQuickstartTemplate
83
82
Phabricator
84
83
TestingGuide
85
84
tutorial/index
@@ -293,7 +292,6 @@ For API clients and LLVM developers.
293
292
XRayFDRFormat
294
293
PDB/index
295
294
CFIVerify
296
- SpeculativeLoadHardening
297
295
298
296
:doc: `WritingAnLLVMPass `
299
297
Information on how to write LLVM transformations and analyses.
@@ -427,9 +425,6 @@ For API clients and LLVM developers.
427
425
:doc: `CFIVerify `
428
426
A description of the verification tool for Control Flow Integrity.
429
427
430
- :doc: `SpeculativeLoadHardening `
431
- A description of the Speculative Load Hardening mitigation for Spectre v1.
432
-
433
428
Development Process Documentation
434
429
=================================
435
430
You can’t perform that action at this time.
0 commit comments