We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1f095f commit 50acc4fCopy full SHA for 50acc4f
flang-rt/lib/flang_rt/CMakeLists.txt
@@ -170,10 +170,11 @@ else()
170
# flang_rt.dynamic, this results in a recursive dependency when invoking
171
# the linker.
172
#
173
- # * The externally-visible functions must either by annotated with
+ # * The externally-visible functions must either be annotated with
174
# __declspec(dllexport), or listed in a exports file. A possible workaround
175
# is CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS which would also export the internal
176
- # C++ symbols.
+ # C++ symbols and still requires global data symbols by be annotated
177
+ # manually.
178
179
#add_win_flangrt_library(SHARED dynamic MultiThreadedDLL)
180
#add_win_flangrt_library(SHARED dynamic_dbg MultiThreadedDebugDLL)
0 commit comments