[clang-cl] /Z7 now generates normal debug info, not just line info
authorReid Kleckner <rnk@google.com>
Wed, 10 Feb 2016 21:28:38 +0000 (21:28 +0000)
committerReid Kleckner <rnk@google.com>
Wed, 10 Feb 2016 21:28:38 +0000 (21:28 +0000)
commit9ce06a4ab86a3d2a036ce038694cfc749112fa9a
tree55b06115883c25bff86cdb3b3edab0eff761bdf1
parentae088e52f315943762023fa90be439864ac54378
[clang-cl] /Z7 now generates normal debug info, not just line info

Previously LLVM could not process any debug info we produced, so it
didn't make sense to spend time generating it. Now that it has primitive
support for local variable info, it does make sense to generate normal
debug info.

llvm-svn: 260435
clang/lib/Driver/Tools.cpp
clang/test/Driver/cl-options.c