Skip to content

Conversation

jroelofs
Copy link
Contributor

@jroelofs jroelofs commented Sep 4, 2025

... during a refactoring for arm64ec in #137960 6ade80c. The subtle change here results in a change in symbols in the library from:

  00000038 T ___gesf2
  00000038 T ___gtsf2

to:

           I ___gesf2 (indirect for __gtsf2)
  00000038 T ___gtsf2

... which is a breaking change on Mach-O platforms.

rdar://157846316

... during a refactoring for arm64ec in llvm#137960
6ade80c. The subtle change here results
in a change in symbols in the library from:

```
  00000038 T ___gesf2
  00000038 T ___gtsf2
```

to:

```
           I ___gesf2 (indirect for __gtsf2)
  00000038 T ___gtsf2
```

... which is a breaking change on Mach-O platforms.

rdar://157846316
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants