[Lldb-commits] [lldb] [lldb] Add support to list/enable/disable remaining plugin types. (PR #143970)

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 13 14:50:12 PDT 2025


================
@@ -10,10 +10,10 @@
 # Test plugin list without an argument will list all plugins.
 plugin list
 # CHECK-LABEL: plugin list
-# CHECK: system-runtime
-# CHECK:  [+] systemruntime-macosx           System runtime plugin for Mac OS X native libraries
 # CHECK: instrumentation-runtime
 # CHECK:  [+] AddressSanitizer               AddressSanitizer instrumentation runtime plugin.
+# CHECK: system-runtime
----------------
clayborg wrote:

can you add change to using `CHECK-DAG:` instead of `CHECK:`? Then things can be out of order. No need to change if the ordering is consistently alphabetized now.

https://github.com/llvm/llvm-project/pull/143970


More information about the lldb-commits mailing list