Skip to content

[flang-rt] support FLANG_RT_ENABLE_SHARED=ON on windows #134186

Open
@h-vetinari

Description

@h-vetinari

#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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions