Add a /nopdb flag to disable PDB generation
authorReid Kleckner <rnk@google.com>
Wed, 22 Mar 2017 19:49:12 +0000 (19:49 +0000)
committerReid Kleckner <rnk@google.com>
Wed, 22 Mar 2017 19:49:12 +0000 (19:49 +0000)
commit77d3aa476e423d98c3c691f1980ab3f53d5af5e3
treed7e44df3203aa1a4bfe186129a801fd27541354d
parent174f4839905ae4016c17b09ff52bcf9369e2a9f2
Add a /nopdb flag to disable PDB generation

This will be used in the sanitizer test suite, which wants to use DWARF
line tables.

At some point we should reconsider how LLD handles the long section
names required by DWARF debug sections.

llvm-svn: 298544
lld/COFF/Driver.cpp
lld/COFF/Options.td
lld/test/COFF/nopdb.test [new file with mode: 0644]