From 5c15e8e682e365b3a7fcf35200df79f3fb93b924 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Wed, 5 Feb 2020 15:08:18 -0800 Subject: [PATCH] [lldb/CMake] Remove non-existing wasm-DYLD subdir --- lldb/source/Plugins/DynamicLoader/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/lldb/source/Plugins/DynamicLoader/CMakeLists.txt b/lldb/source/Plugins/DynamicLoader/CMakeLists.txt index f357fea02efb..9f3b2ab0e50f 100644 --- a/lldb/source/Plugins/DynamicLoader/CMakeLists.txt +++ b/lldb/source/Plugins/DynamicLoader/CMakeLists.txt @@ -4,4 +4,3 @@ add_subdirectory(POSIX-DYLD) add_subdirectory(Static) add_subdirectory(Hexagon-DYLD) add_subdirectory(Windows-DYLD) -add_subdirectory(wasm-DYLD)