Skip to content

Commit 3df789a

Browse files
committed
chore: keep debug tools installed in install script
1 parent cc81ddf commit 3df789a

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

install.sh

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@ set -e
55
go install -v ./cmd/llcppcfg
66
go install -v ./cmd/llcppgtest
77

8-
# Optional standalone debug modules:
9-
# The main pipeline is now fully orchestrated by the single `llcppg` binary,
10-
# and built with LLGo, so these are not required for normal installation.
11-
# Keep them here for on-demand debugging or isolated tool usage.
12-
# llgo install ./_xtool/llcppsymg
13-
# llgo install ./_xtool/llcppsigfetch
14-
# llgo install -v ./cmd/gogensig
8+
# Main pipeline does not depend on the tools below.
9+
# They are mainly installed for debugging and standalone troubleshooting.
10+
llgo install ./_xtool/llcppsymg
11+
llgo install ./_xtool/llcppsigfetch
12+
llgo install -v ./cmd/gogensig
1513

1614
# main process required
1715
llgo install -v ./cmd/llcppg

0 commit comments

Comments
 (0)