diff options
author | kkent030315 <hrn832@protonmail.com> | 2025-09-20 06:20:32 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-20 00:20:32 +0300 |
commit | 67244da08e1aa83f34358a32e3fa3b2e1722bc65 (patch) | |
tree | 0dff6c69d379cb43b5aeace12ed90e2341f5e28e /llvm/lib/Object/ELFObjectFile.cpp | |
parent | d8a4c61fe4c11b16a496a089e2962473c6b1b183 (diff) | |
download | llvm-67244da08e1aa83f34358a32e3fa3b2e1722bc65.zip llvm-67244da08e1aa83f34358a32e3fa3b2e1722bc65.tar.gz llvm-67244da08e1aa83f34358a32e3fa3b2e1722bc65.tar.bz2 |
[LLD][COFF] Add /nodbgdirmerge to control debug directory section (#159235)
Resolves #141712.
As described in the issue, this PR adds support for `/nodbgdirmerge`
flag in LLD to align with MS link. When the flag is specified, the
linker will emit the debug directory section in `.cvinfo` section,
instead of merging it to the `.rdata`. The flag will be ignored on
MinGW.
---------
Co-authored-by: namazso <admin@namazso.eu>
Diffstat (limited to 'llvm/lib/Object/ELFObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions