[llvm] r294347 - Fix the docs build

Sanjoy Das via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 7 12:36:04 PST 2017


Author: sanjoy
Date: Tue Feb  7 14:36:03 2017
New Revision: 294347

URL: http://llvm.org/viewvc/llvm-project?rev=294347&view=rev
Log:
Fix the docs build

(and add a bit of formatting.)

Modified:
    llvm/trunk/docs/FaultMaps.rst

Modified: llvm/trunk/docs/FaultMaps.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/FaultMaps.rst?rev=294347&r1=294346&r2=294347&view=diff
==============================================================================
--- llvm/trunk/docs/FaultMaps.rst (original)
+++ llvm/trunk/docs/FaultMaps.rst Tue Feb  7 14:36:03 2017
@@ -53,11 +53,12 @@ The format of this section is
     }
   }
 
-FailtKind describes the reason of expected fault.
-Currently three kind of faults are supported:
-  1. FaultingLoad - fault due to load from memory.
-  2. FaultingLoadStore - fault due to instruction load and store.
-  3. FaultingStore - fault due to store to memory.
+FailtKind describes the reason of expected fault. Currently three kind
+of faults are supported:
+
+  1. ``FaultMaps::FaultingLoad`` - fault due to load from memory.
+  2. ``FaultMaps::FaultingLoadStore`` - fault due to instruction load and store.
+  3. ``FaultMaps::FaultingStore`` - fault due to store to memory.
 
 The ``ImplicitNullChecks`` pass
 ===============================




More information about the llvm-commits mailing list