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