Skip to content

Commit 50acc4f

Browse files
committed
Add h-vetinari's additional info
1 parent f1f095f commit 50acc4f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

flang-rt/lib/flang_rt/CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,10 +170,11 @@ else()
170170
# flang_rt.dynamic, this results in a recursive dependency when invoking
171171
# the linker.
172172
#
173-
# * The externally-visible functions must either by annotated with
173+
# * The externally-visible functions must either be annotated with
174174
# __declspec(dllexport), or listed in a exports file. A possible workaround
175175
# is CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS which would also export the internal
176-
# C++ symbols.
176+
# C++ symbols and still requires global data symbols by be annotated
177+
# manually.
177178
#
178179
#add_win_flangrt_library(SHARED dynamic MultiThreadedDLL)
179180
#add_win_flangrt_library(SHARED dynamic_dbg MultiThreadedDebugDLL)

0 commit comments

Comments
 (0)