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.
2 parents a843442 + d06a7dd commit 87ce7cdCopy full SHA for 87ce7cd
lldb/cmake/modules/AddLLDB.cmake
@@ -172,6 +172,7 @@ function(add_lldb_executable name)
172
if(NOT LIBLLDB_INDEX EQUAL -1)
173
if (MSVC)
174
target_link_options(${name} PRIVATE "/DELAYLOAD:$<TARGET_FILE_NAME:liblldb>")
175
+ target_link_libraries(${name} PRIVATE delayimp)
176
elseif (MINGW AND LINKER_IS_LLD)
177
# LLD can delay load just by passing a --delayload flag, as long as the import
178
# library is a short type import library (which LLD and MS link.exe produce).
0 commit comments