-
Notifications
You must be signed in to change notification settings - Fork 12.3k
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
[lld] LLD handles strings and their substrings in .rodata sections differently than the gnu ld linker. #121182
Labels
Comments
|
Thank you very much. It'll help me more. By the way, I have a more question, .strtab section has more duplicate symbols, and they are ABI symbols , like $d $x, is there any
ld:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
demo:
clang demo.c -o a.out -fuse-ld=ld
clang demo.c -o a.out -fuse-ld=lld
lld:
ld:
GNU ld version is 2.41
for the codesize, lld could support this feature?
The text was updated successfully, but these errors were encountered: