-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
Language ServiceinternalUsed to opt-out an issue from having GitHub actions applied to itUsed to opt-out an issue from having GitHub actions applied to it
Description
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.
Metadata
Metadata
Assignees
Labels
Language ServiceinternalUsed to opt-out an issue from having GitHub actions applied to itUsed to opt-out an issue from having GitHub actions applied to it
Type
Projects
Status
No status