https://github.com/kastiglione created 
https://github.com/llvm/llvm-project/pull/182329

None

>From 26dc298ee33814bc96bcc1cc59cefcad547195e7 Mon Sep 17 00:00:00 2001
From: Dave Lee <[email protected]>
Date: Thu, 19 Feb 2026 09:58:06 -0800
Subject: [PATCH] [lldb] Disable shared build for TestModuleCacheSimple.py

---
 .../module_cache/simple_exe/TestModuleCacheSimple.py            | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/lldb/test/API/functionalities/module_cache/simple_exe/TestModuleCacheSimple.py
 
b/lldb/test/API/functionalities/module_cache/simple_exe/TestModuleCacheSimple.py
index abf4cf3944e14..a083ad1294b65 100644
--- 
a/lldb/test/API/functionalities/module_cache/simple_exe/TestModuleCacheSimple.py
+++ 
b/lldb/test/API/functionalities/module_cache/simple_exe/TestModuleCacheSimple.py
@@ -10,6 +10,8 @@
 
 
 class ModuleCacheTestcaseSimple(TestBase):
+    SHARED_BUILD_TESTCASE = False
+
     def setUp(self):
         # Call super's setUp().
         TestBase.setUp(self)

_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to