We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
symbol@GOTENT
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
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.
The text was updated successfully, but these errors were encountered:
@GOTENT
[llvm][SystemZ] Recognize @gotent modifier in assembler.
65e1543
Closes llvm#105918.
[llvm][SystemZ] Recognize @GOTENT modifier in assembler. (#107038)
bedac64
Closes #105918. I'm unsure if there are other places that need to be updated for this.
Successfully merging a pull request may close this issue.
Happens when assembling glibc start code:
This is with LLVM 18.1.8.
The text was updated successfully, but these errors were encountered: