microsoft / microsoft/vscode-cpptools

Link bundled LLVM tools against shared VC runtime to reduce size of VSIX

Aperta
#13,151 0 commenti 0 reazioni 1 assegnatario Vedi su GitHub

@Colengms ci sta già lavorando.

Dal 14/1/2025.

internal Language Service
Lingua principale
TypeScript
Stelle
6.2k
Fork
1.7k
Merge medio
14h 46m
PR unite (30g)
61

Descrizione

To address another issue, I've had to link libiconv.dll, and binaries that reference it, against the shared runtime. (libiconv returns results in errno, so it's necessary for the caller to link against the same runtime to access the same errno variable). We already distribute the shared runtime in our 'bin' directory.

It would be possible to link our bundled LLVM tools (clang-tidy, clang-format) to the shared runtime as well. Currently, they are linked statically against the runtime. We'd have to move them into the same 'bin' directory. This could slightly reduce the size of the VSIX.

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.