You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we can see that binutils `objdump `can get __stack_chk* symbol, while `llvm-objdump` can not.
![image](https://github.com/llvm/llvm-project/assets/84192071/80751e02-aa6c-42c5-876c-3a1ad2cc0e1b)
</details>
demo.c
https://godbolt.org/z/TxKnEYdbP
compile command
we can see that binutils
objdump
can get __stack_chk* symbol, whilellvm-objdump
can not.The text was updated successfully, but these errors were encountered: