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 makes the compiler-rt to respect `BUILD_SHARED_LIBS` to
control whether shared libraries should be 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