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 bd19976 + f52fd32 commit 792d062Copy full SHA for 792d062
lldb/cmake/modules/AddLLDB.cmake
@@ -252,6 +252,7 @@ function(add_lldb_executable name)
252
list(FIND ARG_LINK_LIBS liblldb LIBLLDB_INDEX)
253
if(NOT LIBLLDB_INDEX EQUAL -1)
254
target_link_options(${name} PRIVATE "/DELAYLOAD:$<TARGET_FILE_BASE_NAME:liblldb>.dll")
255
+ target_link_libraries(${name} PRIVATE delayimp)
256
endif()
257
258
if(CLANG_LINK_CLANG_DYLIB)
0 commit comments