Skip to content

Commit

Permalink
fix build failure with dyld4 deadlock workaround (#49776)
Browse files Browse the repository at this point in the history
Accidentally missed in #49740
Fixes #49773
  • Loading branch information
vtjnash authored May 12, 2023
1 parent 7bd3977 commit c6fc12c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/mach_dyld_atfork.tbd
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ install-name: '/usr/lib/libSystem.B.dylib'
exports:
- targets: [ arm64-macos, arm64e-macos, x86_64-macos, x86_64-maccatalyst,
arm64-maccatalyst, arm64e-maccatalyst ]
symbols: [ __dyld_atfork_parent, __dyld_atfork_prepare ]
symbols: [ __dyld_atfork_parent, __dyld_atfork_prepare,
__dyld_dlopen_atfork_parent, __dyld_dlopen_atfork_prepare ]
...

4 comments on commit c6fc12c

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Executing the daily package evaluation, I will reply here when finished:

@nanosoldier runtests(isdaily = true)

@vtjnash
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nanosoldier runbenchmarks(ALL, isdaily = true)

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your package evaluation job has completed - possible new issues were detected.
A full report can be found here.

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your benchmark job has completed - possible performance regressions were detected. A full report can be found here.

Please sign in to comment.