Skip to content

Commit c48c7c9

Browse files
committed
[doc] No more external clang libs are used.
Modify the documentation accordingly.
1 parent ee60f17 commit c48c7c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/debug_tools/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Example session for debugging a clang crash:
2222
$ export WS=/your_own_path
2323
$ cd reports/failed
2424
$ unzip main.c_4c7feffae4c2b887abcdc37a3c88b2e5.plist.zip
25-
$ $WS/CodeChecker/debug_tools/prepare_analyzer_cmd.py --clang $WS/llvm/build/debug/bin/clang --clang_plugin_name libericsson --clang_plugin_path $WS/codechecker_core_ws/build/debug/libericsson-checkers.so
25+
$ $WS/CodeChecker/debug_tools/prepare_analyzer_cmd.py --clang $WS/llvm/build/debug/bin/clang
2626
$ bash analyzer-command_DEBUG
2727
```
2828

@@ -33,6 +33,6 @@ $ export PATH=$WS/CodeChecker/build/CodeChecker/bin:$PATH
3333
$ source $WS/CodeChecker/venv_dev/bin/activate
3434
$ cd reports/failed
3535
$ unzip main.c_4c7feffae4c2b887abcdc37a3c88b2e5.plist.zip
36-
$ $WS/CodeChecker/debug_tools/prepare_all_cmd_for_ctu.py --clang $WS/llvm/build/debug/bin/clang --clang_plugin_name libericsson --clang_plugin_path $WS/codechecker_core_ws/build/debug/libericsson-checkers.so
36+
$ $WS/CodeChecker/debug_tools/prepare_all_cmd_for_ctu.py --clang $WS/llvm/build/debug/bin/clang
3737
$ bash analyzer-command_DEBUG
3838
```

0 commit comments

Comments
 (0)