summaryrefslogtreecommitdiffstats
path: root/lld/test/COFF/debug-dwarf.test
Commit message (Collapse)AuthorAgeFilesLines
* [COFF] Clean up debug option handlingShoaib Meenai2017-12-161-0/+19
/debug and /debug:dwarf are orthogonal. An object file can contain both CodeView and DWARF debug info, so the combination of /debug:dwarf and /debug should generate both DWARF and a PDB, rather than /debug:dwarf always suppressing PDB creation. /nopdb is now redundant and can be removed. /debug /nopdb was previously used to support DWARF, but specifying /debug:dwarf is entirely equivalent to that combination now. Differential Revision: https://reviews.llvm.org/D41310 llvm-svn: 320896
OpenPOWER on IntegriCloud