Author: Jonas Devlieghere
Date: 2020-02-05T15:08:18-08:00
New Revision: 5c15e8e682e365b3a7fcf35200df79f3fb93b924

URL: 
https://github.com/llvm/llvm-project/commit/5c15e8e682e365b3a7fcf35200df79f3fb93b924
DIFF: 
https://github.com/llvm/llvm-project/commit/5c15e8e682e365b3a7fcf35200df79f3fb93b924.diff

LOG: [lldb/CMake] Remove non-existing wasm-DYLD subdir

Added: 
    

Modified: 
    lldb/source/Plugins/DynamicLoader/CMakeLists.txt

Removed: 
    


################################################################################
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)


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to