diff options
author | kkent030315 <hrn832@gmail.com> | 2025-07-29 02:07:14 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-29 12:07:14 +0300 |
commit | 3e42146fbce5362c94f5dd854779e5bbc8630dce (patch) | |
tree | 9d296d5f5a6605f35479fe014086d62f26fa7456 /lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp | |
parent | 0fbcbda77a9545f2404024dc1ad946218489f140 (diff) | |
download | llvm-3e42146fbce5362c94f5dd854779e5bbc8630dce.zip llvm-3e42146fbce5362c94f5dd854779e5bbc8630dce.tar.gz llvm-3e42146fbce5362c94f5dd854779e5bbc8630dce.tar.bz2 |
[LLD][COFF] Add ignored linker flags (#150815)
These flags were treated as explicit errors, which could cause
compatibility issues with MS link.exe. To address this, LLD was updated
to ignore them, aligning its behavior with MS link.exe. The latter two
options affect how MS link.exe generates metadata for its PGO. LLD
doesn't generate any such metadata right now (and doesn't work with the
MSVC PGO feature), so those options are kept as no-ops.
- Added `/emittoolversioninfo[:no]` flag in LLD/COFF options
- This flag emits a rich header between DOS stub and PE header. LLVM
does not emit the rich header at all.
- Added `/novcfeature` flag in LLD/COFF options
- Added `/nocoffgrpinfo` flag in LLD/COFF options
Diffstat (limited to 'lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp')
0 files changed, 0 insertions, 0 deletions