Skip to content

Commit

Permalink
docs: Update CMake target names for tests and PA
Browse files Browse the repository at this point in the history
  • Loading branch information
ayrtonm committed Mar 25, 2024
1 parent c3221b5 commit 944d8c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/build_instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ cmake .. \
- `ia2-rewriter` - builds the source-code rewriter. Depends on libclang-dev and llvm-dev.
- `pad-tls` - builds a script for padding ELF headers for TLS segments. Only required for compartmentalized DSOs that use thread-local storage.
- `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` - builds the compartment-aware shim for Chromium's PartitionAlloc allocator.
- `partition-alloc-padding` - builds the compartment-aware shim for Chromium's PartitionAlloc allocator.
- `ia2-sandbox` - builds the syscall tracer.

Tests are enumerated in `tests/CMakeLists.txt`. To build a specific test use `$TEST_main_wrapped` as the target. See the [`directory structure doc`](directory_structure.md) for an overview of the rest of the repo's contents.
Tests are enumerated in `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 944d8c6

Please sign in to comment.