[llvm] [SelectionDAG] Fix null pointer dereference in resolveDanglingDebugInfo (PR #173500)

via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 29 00:11:17 PST 2025


MetalOxideSemi wrote:

Hi all,

I've noticed this test is failing on Darwin CI builders. I've created a follow-up PR to temporarily disable it on Darwin while we investigate the platform-specific crash:

**Follow-up PR:** #173836

The original null check fix is correct and prevents real crashes on Linux/Windows. The Darwin failure appears to be a separate, pre-existing issue in debug info handling that this test is revealing.

The follow-up PR:
- Adds `UNSUPPORTED: system-darwin` to unblock Darwin CI
- Test continues to run on Linux/Windows (maintains coverage)
- Includes a FIXME comment explaining the situation

cc @Prabhuk @MacDue @arsenm


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


More information about the llvm-commits mailing list