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

[MachOWriter] Initialize the values for PtrAuth fields #9118

Closed cachemeifyoucan closed 2 months ago

cachemeifyoucan commented 2 months ago

Initialize some fields in MachOObjectWriter that was moved from ObjectWriter. Fix the UBSAN tests failed for uninitialized variables.

(cherry picked from commit 76bb8e24d8ae859cd89c81648112400b67b1747d)

cachemeifyoucan commented 2 months ago

@swift-ci please test llvm

cachemeifyoucan commented 2 months ago

@swift-ci please test llvm