We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
FLANG_RT_ENABLE_SHARED=ON
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#121782 added support for FLANG_RT_ENABLE_SHARED=ON, except on windows, which currently has
llvm-project/flang-rt/CMakeLists.txt
Lines 154 to 157 in fb7135e
Opening this issue for tracking, and for having an easy reference to point to.
The text was updated successfully, but these errors were encountered:
@llvm/issue-subscribers-flang-runtime
Author: None (h-vetinari)
Sorry, something went wrong.
For Windows support, will need to add __declspec(dllexport) to visible functions, or (better for ABI stability) a .def file like OpenMP's dllexports
__declspec(dllexport)
.def
No branches or pull requests
#121782 added support for
FLANG_RT_ENABLE_SHARED=ON
, except on windows, which currently hasllvm-project/flang-rt/CMakeLists.txt
Lines 154 to 157 in fb7135e
Opening this issue for tracking, and for having an easy reference to point to.
The text was updated successfully, but these errors were encountered: