Enable -gcolumn-info by default.
authorDiego Novillo <dnovillo@google.com>
Thu, 10 Jul 2014 23:29:28 +0000 (23:29 +0000)
committerDiego Novillo <dnovillo@google.com>
Thu, 10 Jul 2014 23:29:28 +0000 (23:29 +0000)
commit94b276deba8ad800c8131bc7c7962406efa0eb44
treedbe0a04ed5e1d4ad14acdcf82a5f870e152cde9a
parent87c025bb170ea4f75d4c600ed1147a82418bec78
Enable -gcolumn-info by default.

This patch flips the default value for -gcolumn-info to be on by
default. I discussed the rationale and provided compile/size data
in:

http://lists.cs.uiuc.edu/pipermail/llvmdev/2014-June/074290.html

This also updates the documentation and some tests that relied on
the lack of column information. Some tests had column information
in the expected output, but it was wrong (the tsan tests). Others
were using the driver to execute.

llvm-svn: 212781
clang/docs/UsersManual.rst
clang/include/clang/Driver/Options.td
clang/lib/Driver/Tools.cpp
clang/test/CodeGenCXX/debug-info-line-if.cpp
clang/test/CodeGenCXX/debug-info-namespace.cpp
clang/test/Driver/debug-options.c