Author: Dave Lee Date: 2026-02-19T10:55:03-08:00 New Revision: e4679470470e76c8a83b812269caa74ee9a768e0
URL: https://github.com/llvm/llvm-project/commit/e4679470470e76c8a83b812269caa74ee9a768e0 DIFF: https://github.com/llvm/llvm-project/commit/e4679470470e76c8a83b812269caa74ee9a768e0.diff LOG: [lldb] Disable shared build for TestModuleCacheSimple.py (#182329) Follow up to #181720. Added: Modified: lldb/test/API/functionalities/module_cache/simple_exe/TestModuleCacheSimple.py Removed: ################################################################################ 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
