[PATCH] D122623: [docs][misexpect][NFC] Fix malformed table in docs

Paul Kirth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 28 17:14:16 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGa427e18896de: [docs][misexpect][NFC] Fix malformed table in docs (authored by paulkirth).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122623/new/

https://reviews.llvm.org/D122623

Files:
  clang/docs/MisExpect.rst
  llvm/docs/MisExpect.rst


Index: llvm/docs/MisExpect.rst
===================================================================
--- llvm/docs/MisExpect.rst
+++ llvm/docs/MisExpect.rst
@@ -62,7 +62,7 @@
 +----------------+--------------------------------------------------------------------------------------+
 | Profile Type   | Description                                                                          |
 +================+======================================================================================+
-| Frontend       | Profiling instrumentation added during compilation by the frontend, i.e. ``clang``    |
+| Frontend       | Profiling instrumentation added during compilation by the frontend, i.e. ``clang``   |
 +----------------+--------------------------------------------------------------------------------------+
 | IR             | Profiling instrumentation added during by the LLVM backend                           |
 +----------------+--------------------------------------------------------------------------------------+
Index: clang/docs/MisExpect.rst
===================================================================
--- clang/docs/MisExpect.rst
+++ clang/docs/MisExpect.rst
@@ -64,7 +64,7 @@
 +----------------+--------------------------------------------------------------------------------------+
 | Profile Type   | Description                                                                          |
 +================+======================================================================================+
-| Frontend       | Profiling instrumentation added during compilation by the frontend, i.e. ``clang``    |
+| Frontend       | Profiling instrumentation added during compilation by the frontend, i.e. ``clang``   |
 +----------------+--------------------------------------------------------------------------------------+
 | IR             | Profiling instrumentation added during by the LLVM backend                           |
 +----------------+--------------------------------------------------------------------------------------+


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122623.418739.patch
Type: text/x-patch
Size: 2063 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220329/34bfd76c/attachment.bin>


More information about the llvm-commits mailing list