[all-commits] [llvm/llvm-project] 400d4f: [RemoveDIs] Update all docs to use debug records (...

Stephen Tozer via All-commits all-commits at lists.llvm.org
Tue Jun 11 06:16:54 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 400d4fd7b6dea9c7cdd255bb804fcd0ee77f6d42
      https://github.com/llvm/llvm-project/commit/400d4fd7b6dea9c7cdd255bb804fcd0ee77f6d42
  Author: Stephen Tozer <stephen.tozer at sony.com>
  Date:   2024-06-11 (Tue, 11 Jun 2024)

  Changed paths:
    M llvm/docs/AssignmentTracking.md
    M llvm/docs/HowToUpdateDebugInfo.rst
    M llvm/docs/InstrRefDebugInfo.md
    M llvm/docs/LangRef.rst
    M llvm/docs/MIRLangRef.rst
    M llvm/docs/Passes.rst
    M llvm/docs/ReleaseNotes.rst
    M llvm/docs/SourceLevelDebugging.rst
    M llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl09.rst

  Log Message:
  -----------
  [RemoveDIs] Update all docs to use debug records (#91768)

As we approach the state where support for debug intrinsics is dropping and
we print and use debug records by default, the documentation should be updated
to refer to debug records as the primary debug info representation, with
debug intrinsics being relegated to an optional alternative.

This patch performs a few updates:
- Replace references to intrinsics with references to records across all
the documentation.
- Replace intrinsics with records in code examples.
- Move debug records prior to debug intrinsics in the
SourceLevelDebugging document, and change text to refer to them as the
primary representation.
- Add release notes describing the change.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list