swiftlang / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. This fork is used to manage Swift’s stable releases of Clang as well as support the Swift project.
https://llvm.org
Other
1.12k stars 331 forks source link

Fix a nullptr deref in ObjectFileMachO.cpp #9120

Closed adrian-prantl closed 2 months ago

adrian-prantl commented 2 months ago

This code does not longer exist upstream, this is a surgical fix to eliminate a nullptrderef that we received a crash report for.

rdar://133647826

adrian-prantl commented 2 months ago

@swift-ci test