Skip to content

Commit

Permalink
docs: compartmentalizing_dav1d.md: use partition-alloc instead of…
Browse files Browse the repository at this point in the history
… `partition-alloc-padding`, updated in #467
  • Loading branch information
kkysen authored and ayrtonm committed Nov 12, 2024
1 parent cb54fd5 commit 0d4231f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/compartmentalizing_dav1d.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ and the changes can be seen in [`master..ia2`](https://github.com/immunant/dav1d

The IA2 tools that we need to compartmentalize and run `dav1d` are:

| Binary Name | `ninja` Target Name |
| ----------------------- | ------------------------- |
| `ia2-rewriter` | `rewriter` |
| `pad-tls` | `pad-tls` |
| `libpartition-alloc.so` | `partition-alloc-padding` |
| `liblibia2.a` | `libia2` |
| Binary Name | `ninja` Target Name |
| ----------------------- | ------------------- |
| `ia2-rewriter` | `rewriter` |
| `pad-tls` | `pad-tls` |
| `libpartition-alloc.so` | `partition-alloc` |
| `liblibia2.a` | `libia2` |

As described in [`build_instructions`](./build_instructions.md),
we can build IA2 by running
Expand Down

0 comments on commit 0d4231f

Please sign in to comment.