Problems building clang db |
|
Issue descriptionI was trying to build the clang db. Last time around I used: ./tools/clang/scripts/run_tool.py empty_string --generate-compdb output-dir But that now errors out. It's entirely possible I'm doing something wrong. Any suggestions?
,
Oct 24
Sorry for not pasting the error. I got the same error as you:
./tools/clang/scripts/run_tool.py empty_string --generate-compdb out/Debug
usage: run_tool.py [-h] [--options-file OPTIONS_FILE] --tool TOOL [--all] [--generate-compdb] [--shard <n>-of-<count>] -p P [--tool-arg [TOOL_ARG]]
[--tool-path [TOOL_PATH]]
[path_filter [path_filter ...]]
run_tool.py: error: argument --tool is required
|
|
►
Sign in to add a comment |
|
Comment 1 by thakis@chromium.org
, Oct 24