[all-commits] [llvm/llvm-project] 23e6e8: [LLD] [COFF] Rewrite the config flags for dwarf de...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Fri Dec 15 10:01:27 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 23e6e88187382be3a08384425af6c6a4a8d719bb
https://github.com/llvm/llvm-project/commit/23e6e88187382be3a08384425af6c6a4a8d719bb
Author: Martin Storsjö <martin at martin.st>
Date: 2023-12-15 (Fri, 15 Dec 2023)
Changed paths:
M lld/COFF/Config.h
M lld/COFF/Driver.cpp
M lld/COFF/InputFiles.cpp
M lld/COFF/Writer.cpp
Log Message:
-----------
[LLD] [COFF] Rewrite the config flags for dwarf debug info or symtab. NFC. (#75172)
This shouldn't have any user visible effect, but makes the logic within
the linker implementation more explicit.
Note how DWARF debug info sections were retained even if enabling a link
with PDB info only; that behaviour is preserved.
More information about the All-commits
mailing list