Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion llvm/docs/GitRepositoryPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Requirements for *new* repositories as part of the

If you want to integrate your project as part of the Monorepo, please take a
look at the
[Developer Policy](DeveloperPolicy.html#adding-an-established-project-to-the-llvm-monorepo>).
[Developer Policy](project:DeveloperPolicy.rst#Adding an Established Project To the LLVM Monorepo).

To request a new repository, please create an issue with the
[Infrastructure Working Group](https://github.com/llvm/llvm-iwg/issues).
Expand Down
2 changes: 1 addition & 1 deletion llvm/docs/InstrRefDebugInfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,4 +191,4 @@ instruction number of any cloned instruction, to avoid duplicate numbers
appearing to `LiveDebugValues`. Dealing with duplicated instructions is a
natural extension to instruction referencing that's currently unimplemented.

[LiveDebugValues]: SourceLevelDebugging.html#livedebugvalues-expansion-of-variable-locations
[LiveDebugValues]: project:SourceLevelDebugging.rst#LiveDebugValues expansion of variable locations
2 changes: 1 addition & 1 deletion llvm/docs/MarkdownQuickstartTemplate.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,4 @@ integration documentation can be found in the [myst-parser docs].

## Generating the documentation

see [Sphinx Quickstart Template](SphinxQuickstartTemplate.html#generating-the-documentation)
see [Sphinx Quickstart Template](project:SphinxQuickstartTemplate.rst#Generating the documentation)
6 changes: 2 additions & 4 deletions llvm/docs/PointerAuth.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,7 @@ instructions as such:

#### Assembly Representation

At the assembly level,
[Authenticated Relocations](#authenticated-global-relocation) are represented
At the assembly level, authenticated relocations are represented
using the `@AUTH` modifier:

```asm
Expand All @@ -328,8 +327,7 @@ For example:

#### ELF Object File Representation

At the object file level,
[Authenticated Relocations](#authenticated-global-relocation) are represented
At the object file level, authenticated relocations are represented
using the `R_AARCH64_AUTH_ABS64` relocation kind (with value `0xE100`).

The signing schema is encoded in the place of relocation to be applied
Expand Down