Author: Jonas Devlieghere
Date: 2020-02-11T16:32:08-08:00
New Revision: 413307d4560441b47261ced5db5f8e29c8811277

URL: 
https://github.com/llvm/llvm-project/commit/413307d4560441b47261ced5db5f8e29c8811277
DIFF: 
https://github.com/llvm/llvm-project/commit/413307d4560441b47261ced5db5f8e29c8811277.diff

LOG: [lldb/Plugins] Rename OSPython plugin to OperatingSystemPython (NFC)

Rename the plugin to match both the directory structure and the class.

Added: 
    

Modified: 
    lldb/source/Plugins/OperatingSystem/Python/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/lldb/source/Plugins/OperatingSystem/Python/CMakeLists.txt 
b/lldb/source/Plugins/OperatingSystem/Python/CMakeLists.txt
index e8b0f31d3736..91d7901011bc 100644
--- a/lldb/source/Plugins/OperatingSystem/Python/CMakeLists.txt
+++ b/lldb/source/Plugins/OperatingSystem/Python/CMakeLists.txt
@@ -1,4 +1,4 @@
-add_lldb_library(lldbPluginOSPython PLUGIN
+add_lldb_library(lldbPluginOperatingSystemPython PLUGIN
   OperatingSystemPython.cpp
 
   LINK_LIBS


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

Reply via email to