[Lldb-commits] [lldb] 5c15e8e - [lldb/CMake] Remove non-existing wasm-DYLD subdir

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 5 15:08:36 PST 2020


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)


        


More information about the lldb-commits mailing list