diff options
author | Alex Langford <alangford@apple.com> | 2023-04-03 13:08:52 -0700 |
---|---|---|
committer | Alex Langford <alangford@apple.com> | 2023-04-03 13:08:54 -0700 |
commit | 8c3ae74ab147cad84f6bebc6d30a6e5a309f0d9f (patch) | |
tree | 73df4cf5a604f0dcd14dc9dcc935e8b7a6db7684 | |
parent | fa95f20f98c8dfd4d35590a724eb0eb7df64146a (diff) | |
download | llvm-8c3ae74ab147cad84f6bebc6d30a6e5a309f0d9f.zip llvm-8c3ae74ab147cad84f6bebc6d30a6e5a309f0d9f.tar.gz llvm-8c3ae74ab147cad84f6bebc6d30a6e5a309f0d9f.tar.bz2 |
[lldb][NFC] Remove outdated TODO message
This should have been removed in a52054cfa29d
-rw-r--r-- | lldb/source/Expression/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Expression/CMakeLists.txt b/lldb/source/Expression/CMakeLists.txt index 4194cfe..edf6762 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 |