[Lldb-commits] [lldb] 8c3ae74 - [lldb][NFC] Remove outdated TODO message

Alex Langford via lldb-commits lldb-commits at lists.llvm.org
Mon Apr 3 13:09:27 PDT 2023


Author: Alex Langford
Date: 2023-04-03T13:08:54-07:00
New Revision: 8c3ae74ab147cad84f6bebc6d30a6e5a309f0d9f

URL: https://github.com/llvm/llvm-project/commit/8c3ae74ab147cad84f6bebc6d30a6e5a309f0d9f
DIFF: https://github.com/llvm/llvm-project/commit/8c3ae74ab147cad84f6bebc6d30a6e5a309f0d9f.diff

LOG: [lldb][NFC] Remove outdated TODO message

This should have been removed in a52054cfa29d

Added: 
    

Modified: 
    lldb/source/Expression/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/lldb/source/Expression/CMakeLists.txt b/lldb/source/Expression/CMakeLists.txt
index 4194cfe02113f..edf67627374ca 100644
--- a/lldb/source/Expression/CMakeLists.txt
+++ b/lldb/source/Expression/CMakeLists.txt
@@ -1,4 +1,3 @@
-# TODO: Add property `NO_PLUGIN_DEPENDENCIES` to lldbExpression
 add_lldb_library(lldbExpression NO_PLUGIN_DEPENDENCIES
   DiagnosticManager.cpp
   DWARFExpression.cpp


        


More information about the lldb-commits mailing list