Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apple ARM64 debug build broken #45181

Closed
maleadt opened this issue May 4, 2022 · 1 comment · Fixed by #45564
Closed

Apple ARM64 debug build broken #45181

maleadt opened this issue May 4, 2022 · 1 comment · Fixed by #45564
Assignees
Labels
regression Regression in behavior compared to a previous version system:apple silicon Affects Apple Silicon only (Darwin/ARM64) - e.g. M1 and other M-series chips

Comments

@maleadt
Copy link
Member

maleadt commented May 4, 2022

    LINK build/dev/usr/lib/libjulia-internal-debug.1.9.dylib
Undefined symbols for architecture arm64:
  "_ptrauth_strip", referenced from:
      _jl_rec_backtrace in stackwalk.dbg.obj
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Caused by #45110.

@maleadt maleadt added regression Regression in behavior compared to a previous version system:apple silicon Affects Apple Silicon only (Darwin/ARM64) - e.g. M1 and other M-series chips labels May 4, 2022
@gbaraldi
Copy link
Member

gbaraldi commented Jun 2, 2022

The function probably needed to be static inline

@giordano giordano linked a pull request Jun 2, 2022 that will close this issue
NHDaly added a commit that referenced this issue May 22, 2023
Just inline meant the symbol did not get compiled so we got an undefined reference error.
NHDaly added a commit to RelationalAI/julia that referenced this issue May 23, 2023
Just inline meant the symbol did not get compiled so we got an undefined reference error.
d-netto pushed a commit to RelationalAI/julia that referenced this issue May 23, 2023
Just inline meant the symbol did not get compiled so we got an undefined reference error.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
regression Regression in behavior compared to a previous version system:apple silicon Affects Apple Silicon only (Darwin/ARM64) - e.g. M1 and other M-series chips
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants