File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 55go install -v ./cmd/llcppcfg
66go 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
1715llgo install -v ./cmd/llcppg
You can’t perform that action at this time.
0 commit comments