diff options
author | Hal Finkel <hfinkel@anl.gov> | 2014-10-21 19:20:21 +0000 |
---|---|---|
committer | Hal Finkel <hfinkel@anl.gov> | 2014-10-21 19:20:21 +0000 |
commit | 4add5dc0931ee68e502f8a614c220913031660e2 (patch) | |
tree | a1890e1c2bc55c9ba9d1f51bda2948c42b6dffdf /clang/lib/Frontend/InitPreprocessor.cpp | |
parent | f03ae4efa7793cd912468960e837a3064198a5db (diff) | |
download | llvm-4add5dc0931ee68e502f8a614c220913031660e2.zip llvm-4add5dc0931ee68e502f8a614c220913031660e2.tar.gz llvm-4add5dc0931ee68e502f8a614c220913031660e2.tar.bz2 |
Treat -g1 as -gline-tables-only
-g1 on gcc (and also IBM's xlc) are documented to be very similar to
-gline-tables-only. Our -gline-tables-only might still be more verbose than -g1
on other compilers, but currently we treat -g1 as -g, and so we're producing
much more debug info at -g1 than everybody else. Treating -g1 as
-gline-tables-only brings us much closer to what everyone else is doing.
For more information, see the discussion on
http://lists.cs.uiuc.edu/pipermail/cfe-dev/2014-October/039649.html
llvm-svn: 220311
Diffstat (limited to 'clang/lib/Frontend/InitPreprocessor.cpp')
0 files changed, 0 insertions, 0 deletions