diff options
author | Vladislav Khmelevsky <och95@yandex.ru> | 2023-11-10 11:47:12 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-10 11:47:12 +0400 |
commit | cf18f142c012342e2c62c12ad789b62cf5b0479f (patch) | |
tree | c945e2f8affbf343246bf7934851ec37158cdf7f /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | abec50cb9391522d7a7019d0cb040e946c8af164 (diff) | |
download | llvm-cf18f142c012342e2c62c12ad789b62cf5b0479f.zip llvm-cf18f142c012342e2c62c12ad789b62cf5b0479f.tar.gz llvm-cf18f142c012342e2c62c12ad789b62cf5b0479f.tar.bz2 |
[BOLT] Read .rela.dyn in static non-pie binary (#71635)
Static non-pie binary doesn't have DYNAMIC segment and BOLT skips
reading .rela.dyn section because of it. But such binaries might have
this section for example to store IFUNC relocation which is resolved
by linked-in startup files, so force reading this section for static
executables.
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions