Add command line option to disable debug info printing in .s file. This option does...
authorDevang Patel <dpatel@apple.com>
Wed, 21 Apr 2010 19:08:53 +0000 (19:08 +0000)
committerDevang Patel <dpatel@apple.com>
Wed, 21 Apr 2010 19:08:53 +0000 (19:08 +0000)
commit708e474c2ff2922786a9ea6562772d2f271dec28
tree8e3602af32fd0fb4da8eedf34b0830459fdc0429
parentb913863a95a70fcfe2c5b144c574307dc3d29d88
Add command line option to disable debug info printing in .s file. This option does not impact debug info generation and preservation through earlier compile starges.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102012 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfDebug.cpp