From b10671bb850ffd3ea4fcf79431f37a59f0deed61 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 25 Sep 2014 10:58:16 +0000 Subject: [PATCH] Update my previous commit to fit 80 cols... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218448 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ProgrammersManual.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/ProgrammersManual.rst b/docs/ProgrammersManual.rst index a3a20f3824c..85a4ad8e554 100644 --- a/docs/ProgrammersManual.rst +++ b/docs/ProgrammersManual.rst @@ -425,7 +425,8 @@ name is specified. This allows, for example, all debug information for instruction scheduling to be enabled with ``-debug-only=InstrSched``, even if the source lives in multiple files. -For performance reasons, -debug-only is not available in optimized build (``--enable-optimized``) of LLVM. +For performance reasons, -debug-only is not available in optimized build +(``--enable-optimized``) of LLVM. The ``DEBUG_WITH_TYPE`` macro is also available for situations where you would like to set ``DEBUG_TYPE``, but only for one specific ``DEBUG`` statement. It