Add command line option to print debug info in human readable form as comment in...
authorDevang Patel <dpatel@apple.com>
Thu, 28 Apr 2011 17:41:38 +0000 (17:41 +0000)
committerDevang Patel <dpatel@apple.com>
Thu, 28 Apr 2011 17:41:38 +0000 (17:41 +0000)
commitd78bfbc6bb5342c2256bea0834613b02448ec74d
tree484783bb1c60a8176950f41c86d113a52a722bf0
parent88e92cf16b92ec609e2700bcf4d184d0c3cac202
Add command line option to print debug info in human readable form as comment in llvm IR output. This, i.e -enable-debug-info-comment,  is very useful if you want to easily find out which optimization pass is losing line number information.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130409 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/AsmWriter.cpp