Skip to content

Commit

Permalink
docs: suggest building partition-alloc, not partition-alloc-padding
Browse files Browse the repository at this point in the history
  • Loading branch information
kkysen authored and ayrtonm committed Nov 12, 2024
1 parent 0d4231f commit 07a52ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build_instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ cmake .. \
- `pad-tls` - builds the pad-tls script. Only required for compartmentalized DSOs that use thread-local storage.
- `tools` - builds both `ia2-rewriter` and `pad-tls` (NOTE: does not always detect when to rebuild accurately).
- `libia2` - builds the runtime as a static library. This does not include call gate transitions as those are program-specific and generated by the rewriter.
- `partition-alloc-padding` - builds the compartment-aware shim for Chromium's PartitionAlloc allocator.
- `partition-alloc` - builds the compartment-aware shim for Chromium's PartitionAlloc allocator.
- `ia2-sandbox` - builds the syscall tracer.

Tests are enumerated in [`tests/CMakeLists.txt`](../tests/CMakeLists.txt). To build a specific test, use `$TEST` as the target. See the [`directory structure doc`](directory_structure.md) for an overview of the rest of the repo's contents.

0 comments on commit 07a52ab

Please sign in to comment.