]> granicus.if.org Git - clang/commit
[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)
commitce2122425ae564bcb50a8a02329c044d1292e0d5
tree2d4dfa64fb818c925e4cf139d62daa4e363d061c
parent7c05689d2d3fbbc63ff43b970a2a5e66fa40510f
[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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@260435 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Tools.cpp
test/Driver/cl-options.c