[Lldb-commits] [lldb] [lldb][darwin] force BuiltinHeadersInSystemModules to be always false (PR #144913)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Thu Jun 26 02:11:55 PDT 2025


Michael137 wrote:

Looks like this does break all the modules tests: https://ci.swift.org/view/all/job/llvm.org/view/LLDB/job/as-lldb-cmake/28395/execution/node/106/log/
```
09:51:43  ********************
09:51:43  Failed Tests (19):
09:51:43    lldb-api :: commands/expression/import-std-module/array/TestArrayFromStdModule.py
09:51:43    lldb-api :: commands/expression/import-std-module/basic/TestImportStdModule.py
09:51:43    lldb-api :: commands/expression/import-std-module/conflicts/TestStdModuleWithConflicts.py
09:51:43    lldb-api :: commands/expression/import-std-module/deque-basic/TestDequeFromStdModule.py
09:51:43    lldb-api :: commands/expression/import-std-module/deque-dbg-info-content/TestDbgInfoContentDequeFromStdModule.py
09:51:43    lldb-api :: commands/expression/import-std-module/forward_list-dbg-info-content/TestDbgInfoContentForwardListFromStdModule.py
09:51:43    lldb-api :: commands/expression/import-std-module/forward_list/TestForwardListFromStdModule.py
09:51:43    lldb-api :: commands/expression/import-std-module/iterator/TestIteratorFromStdModule.py
09:51:43    lldb-api :: commands/expression/import-std-module/list-dbg-info-content/TestDbgInfoContentListFromStdModule.py
09:51:43    lldb-api :: commands/expression/import-std-module/list/TestListFromStdModule.py
09:51:43    lldb-api :: commands/expression/import-std-module/non-module-type-separation/TestNonModuleTypeSeparation.py
09:51:43    lldb-api :: commands/expression/import-std-module/retry-with-std-module/TestRetryWithStdModule.py
09:51:43    lldb-api :: commands/expression/import-std-module/shared_ptr-dbg-info-content/TestSharedPtrDbgInfoContentFromStdModule.py
09:51:43    lldb-api :: commands/expression/import-std-module/shared_ptr/TestSharedPtrFromStdModule.py
09:51:43    lldb-api :: commands/expression/import-std-module/unique_ptr-dbg-info-content/TestUniquePtrDbgInfoContent.py
09:51:43    lldb-api :: commands/expression/import-std-module/unique_ptr/TestUniquePtrFromStdModule.py
09:51:43    lldb-api :: commands/expression/import-std-module/vector-of-vectors/TestVectorOfVectorsFromStdModule.py
09:51:43    lldb-api :: commands/expression/import-std-module/weak_ptr-dbg-info-content/TestDbgInfoContentWeakPtrFromStdModule.py
09:51:43    lldb-api :: commands/expression/import-std-module/weak_ptr/TestWeakPtrFromStdModule.py
09:51:43  
09:51:43  
```

Could we revert for now to unblock bots?

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


More information about the lldb-commits mailing list