diff options
author | Fangrui Song <i@maskray.me> | 2023-09-13 19:15:42 -0700 |
---|---|---|
committer | Fangrui Song <i@maskray.me> | 2023-09-13 19:15:42 -0700 |
commit | e057d8973cc6a9d0bcc5cc385f318a607d117693 (patch) | |
tree | 7a4f52c1995d6731a943a54e38be020925b28caa /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | a700ed6909534a43e124733acc4a35352041bb3d (diff) | |
download | llvm-e057d8973cc6a9d0bcc5cc385f318a607d117693.zip llvm-e057d8973cc6a9d0bcc5cc385f318a607d117693.tar.gz llvm-e057d8973cc6a9d0bcc5cc385f318a607d117693.tar.bz2 |
[ELF][PPC64] Use the regular placement for .branch_lt
The currently rule places .branch_lt after .data, which does not make
sense. The original contributor probably wanted to place .branch_lt
before .got/.toc, but failed to notice that .got/.toc are RELRO and
placed earlier.
Remove the special case so that .branch_lt is actually closer to .toc,
alleviating the distance issue.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions