Skip to content

Commit

Permalink
PR #17239: Remove erroneous bash invocation from LSP docs
Browse files Browse the repository at this point in the history
Imported from GitHub PR #17239

Copybara import of the project:

--
4802f4d by Andrey Portnoy <aportnoy@nvidia.com>:

Remove erroneous bash invocation from LSP docs

Merging this change closes #17239

COPYBARA_INTEGRATE_REVIEW=#17239 from openxla:aportnoy/lsp-fix-bazel-invocation 4802f4d
PiperOrigin-RevId: 678599791
  • Loading branch information
andportnoy authored and Google-ML-Automation committed Sep 25, 2024
1 parent b2ebc5a commit 44012aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/lsp.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ each file in a project.
Use the
[build_tools/lint/generate_compile_commands.py](https://github.com/openxla/xla/blob/main/build_tools/lint/generate_compile_commands.py)
script. The following invocation from XLA repo root generates a
`compile_commands.json` file in place: `bash bazel aquery "mnemonic(CppCompile,
`compile_commands.json` file in place: `bazel aquery "mnemonic(CppCompile,
//xla/...)" --output=jsonproto | \ python3
build_tools/lint/generate_compile_commands.py`

0 comments on commit 44012aa

Please sign in to comment.