Skip to content

Commit

Permalink
Update docs to reflect ld_logger options
Browse files Browse the repository at this point in the history
  • Loading branch information
gamesh411 committed Dec 6, 2024
1 parent a5e14b7 commit 4817933
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/analyzer/user_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,10 @@ If this is not possible, you can work around the situation by
specifying the absolute path of the `ldlogger.so` in the `LD_PRELOAD`:

```sh
LD_PRELOAD=<CODECHECKER_DIR>/ld_logger/lib/x86_64/ldlogger.so CodeChecker log -o compile_commands.json -b "make -j2"
# For 64-bit compilers
LD_PRELOAD=<CODECHECKER_DIR>/ld_logger/lib/64bit/ldlogger.so CodeChecker log -o compile_commands.json -b "make -j2"
# For 32-bit compilers
LD_PRELOAD=<CODECHECKER_DIR>/ld_logger/lib/32bit/ldlogger.so CodeChecker log -o compile_commands.json -b "make -j2"
```

#### Change user inside the build command
Expand Down Expand Up @@ -2718,4 +2721,4 @@ The following actions are available:
setting.

If none of the filter options is provided, then that setting is not applied on
any report.
any report.

0 comments on commit 4817933

Please sign in to comment.