paulkirth updated this revision to Diff 418735.
paulkirth added a comment.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

update table in clang docs too


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  
                         |
 
+----------------+--------------------------------------------------------------------------------------+


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                           |
 +----------------+--------------------------------------------------------------------------------------+
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to