COFF: Skip non-DWARF debug info sections.
authorRui Ueyama <ruiu@google.com>
Tue, 28 Jul 2015 01:06:58 +0000 (01:06 +0000)
committerRui Ueyama <ruiu@google.com>
Tue, 28 Jul 2015 01:06:58 +0000 (01:06 +0000)
commit2832ce95a50e2f6702c40bcc7a703b0b59ca9969
tree35edf2fa252ff1248ba84e418235bd47d8dd642a
parent35959592a398b972b3aab42f248669c5a9a67f32
COFF: Skip non-DWARF debug info sections.

Leaving them in an executable is basically harmless but wastes disk space.
Because no one is using non-DWARF debug info linked by LLD, we can just
remove them.

llvm-svn: 243364
lld/COFF/InputFiles.cpp