]> granicus.if.org Git - clang/commit
Fix -dA flag, it is not a preprocessor flag.
authorErich Keane <erich.keane@intel.com>
Mon, 26 Aug 2019 17:00:13 +0000 (17:00 +0000)
committerErich Keane <erich.keane@intel.com>
Mon, 26 Aug 2019 17:00:13 +0000 (17:00 +0000)
commitbfbdd1595199ee75b90f4c24de501deb00e08983
tree50cdd7f8b9e42a481c65a06ccb618006c26b57ca
parent6d58eb5b44429547605a5139d7d070d35269cf2b
Fix -dA flag, it is not a preprocessor flag.

-dA was in the d_group, which is a preprocessor state dumping group.
However -dA is a debug flag to cause a verbose asm.  It was already
implemented to do the same thing as -fverbose-asm, so make it just be an
alias.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@369926 91177308-0d34-0410-b5e6-96231b3b80d8
docs/ClangCommandLineReference.rst
include/clang/Driver/Options.td
lib/Driver/ToolChains/Clang.cpp