The --debug-only option now takes a comma separated list of debug types.
authorChristof Douma <Christof.Douma@arm.com>
Tue, 12 Jan 2016 10:23:13 +0000 (10:23 +0000)
committerChristof Douma <Christof.Douma@arm.com>
Tue, 12 Jan 2016 10:23:13 +0000 (10:23 +0000)
commitd6d9c0e008dcbd9e4efee16c6f6a582d17adeaf8
treeb8ce64c91d32a80e960a5b3559499287a7207821
parentd5839e5e84c5063d61d1e56f95e83e9788ac0c77
The --debug-only option now takes a comma separated list of debug types.

This means that the DEBUG_TYPE cannot take a comma anymore. All existing passes
conform to this rule.

Differential Revision: http://reviews.llvm.org/D15645

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257466 91177308-0d34-0410-b5e6-96231b3b80d8
docs/ProgrammersManual.rst
lib/Support/Debug.cpp