[llvm] [BOLT][AArch64] Fix static binary patching for ELF. (PR #97710)

Pavel Samolysov via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 19 02:27:48 PDT 2024


================

----------------
samolisov wrote:

Unfortunately, I'm not familiar with the `-static` option and didn't manage to find what exactly it means. Why this option is required here, maybe it applies by default? I see `BC->IsStaticExecutable` in the check you introduced, do they, the option, and the variable's value related? Is `IsStaticExecutable` set to `true` for binaries statically linked with the glibc?

Thank you.

https://github.com/llvm/llvm-project/pull/97710


More information about the llvm-commits mailing list