mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-12 13:30:51 +00:00
ProgrammersManual: the flag is called -debug-only
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216316 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e62541e6d6
commit
21f375620d
@ -422,7 +422,7 @@ to specify the debug type for the entire module (if you do this before you
|
||||
because there is no system in place to ensure that names do not conflict. If
|
||||
two different modules use the same string, they will all be turned on when the
|
||||
name is specified. This allows, for example, all debug information for
|
||||
instruction scheduling to be enabled with ``-debug-type=InstrSched``, even if
|
||||
instruction scheduling to be enabled with ``-debug-only=InstrSched``, even if
|
||||
the source lives in multiple files.
|
||||
|
||||
The ``DEBUG_WITH_TYPE`` macro is also available for situations where you would
|
||||
|
Loading…
Reference in New Issue
Block a user