diff options
author | Fangrui Song <i@maskray.me> | 2024-04-19 09:09:41 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-19 09:09:41 -0700 |
commit | f02a27df2f133503b39bad38d0e2b3e95d3f8a23 (patch) | |
tree | 198fb79917059e34aed98f54918efcfa9a032ff6 /llvm/lib/TextAPI/TextStub.cpp | |
parent | 26a59bf6fcfe3717d41ae6a92b8e0d3913c3fc1f (diff) | |
download | llvm-f02a27df2f133503b39bad38d0e2b3e95d3f8a23.zip llvm-f02a27df2f133503b39bad38d0e2b3e95d3f8a23.tar.gz llvm-f02a27df2f133503b39bad38d0e2b3e95d3f8a23.tar.bz2 |
[ELF] Add --default-script/-dT
GNU ld added --default-script (alias: -dT) in 2007. The option specifies
a default script that is processed if --script/-T is not specified. -dT
can be used to override GNU ld's internal linker script, but only when
the application does not specify -T.
In addition, dynamorio's CMakeLists.txt may use -dT.
The implementation is simple and the feature can be useful to dabble
with different section layouts.
Pull Request: https://github.com/llvm/llvm-project/pull/89327
Diffstat (limited to 'llvm/lib/TextAPI/TextStub.cpp')
0 files changed, 0 insertions, 0 deletions