From 07a52ab8e0b7bd56d09be0757b8dff933a6adc07 Mon Sep 17 00:00:00 2001 From: Khyber Sen Date: Tue, 12 Nov 2024 06:05:46 -0500 Subject: [PATCH] docs: suggest building `partition-alloc`, not `partition-alloc-padding` --- docs/build_instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build_instructions.md b/docs/build_instructions.md index 79a5e245b..1730bf74b 100644 --- a/docs/build_instructions.md +++ b/docs/build_instructions.md @@ -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.