diff options
Diffstat (limited to 'lldb/cmake/LLDBDependencies.cmake')
| -rw-r--r-- | lldb/cmake/LLDBDependencies.cmake | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lldb/cmake/LLDBDependencies.cmake b/lldb/cmake/LLDBDependencies.cmake index 0fd25a08c78..82e0ed044ce 100644 --- a/lldb/cmake/LLDBDependencies.cmake +++ b/lldb/cmake/LLDBDependencies.cmake @@ -55,14 +55,6 @@ set( LLDB_USED_LIBS lldbPluginInstrumentationRuntimeAddressSanitizer ) -# Need to export the API in the liblldb.dll for Windows -# The lldbAPI source files are added directly in liblldb -if (NOT CMAKE_SYSTEM_NAME MATCHES "Windows" ) - list(APPEND LLDB_USED_LIBS - lldbAPI - ) -endif () - # Windows-only libraries if ( CMAKE_SYSTEM_NAME MATCHES "Windows" ) list(APPEND LLDB_USED_LIBS |

