You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[compiler-rt][cmake] Add option to control shared library builds
This patch introduces a new option `COMPILER_RT_BUILD_SHARED_LIBS` to
control whether shared libraries are built for runtime libraries in
compiler-rt. By default, this option is set to ON, allowing shared
libraries to be built. If set to OFF, shared libraries will not be
built, which can be useful for projects that do not require them
or when building for environments where shared libraries are still
not yet matured, such as WebAssembly/WASI.
0 commit comments