#121782 added support for FLANG_RT_ENABLE_SHARED=ON, except on windows, which currently has
|
option(FLANG_RT_ENABLE_STATIC "Build Flang-RT as a static library." ON) |
|
if (WIN32) |
|
# Windows DLL currently not implemented. |
|
set(FLANG_RT_ENABLE_SHARED OFF) |
Opening this issue for tracking, and for having an easy reference to point to.