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

[SystemZ] Assembler does not recognize symbol@GOTENT syntax #105918

Closed
alexrp opened this issue Aug 24, 2024 · 0 comments · Fixed by #107038
Closed

[SystemZ] Assembler does not recognize symbol@GOTENT syntax #105918

alexrp opened this issue Aug 24, 2024 · 0 comments · Fixed by #107038

Comments

@alexrp
Copy link
Member

alexrp commented Aug 24, 2024

Happens when assembling glibc start code:

/home/alexrp/Source/zig/lib/libc/glibc/sysdeps/s390/s390-64/crti.S:70:26: error: invalid variant 'GOTENT'
 larl %r1,__gmon_start__@GOTENT
                         ^
/home/alexrp/Source/zig/lib/libc/glibc/sysdeps/s390/s390-64/crti.S:70:32: error: unknown token in expression
 larl %r1,__gmon_start__@GOTENT
                               ^
/home/alexrp/Source/zig/lib/libc/glibc/sysdeps/s390/s390-64/crti.S:70:32: error: unknown token in expression
 larl %r1,__gmon_start__@GOTENT
                               ^

This is with LLVM 18.1.8.

alexrp added a commit to alexrp/llvm-project that referenced this issue Sep 3, 2024
alexrp added a commit to alexrp/llvm-project that referenced this issue Sep 3, 2024
uweigand pushed a commit that referenced this issue Sep 5, 2024
Closes #105918.

I'm unsure if there are other places that need to be updated for this.
VitaNuo pushed a commit to VitaNuo/llvm-project that referenced this issue Sep 12, 2024
Closes llvm#105918.

I'm unsure if there are other places that need to be updated for this.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants