mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-04 05:31:51 +00:00
Document new --enable-valgrind option.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30313 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e290c6d250
commit
d9c294b330
@ -105,6 +105,12 @@ using the specified code generator. These options allow you to choose the
|
|||||||
interpreter, the JIT compiler, the static native code compiler, or the C
|
interpreter, the JIT compiler, the static native code compiler, or the C
|
||||||
backend, respectively.
|
backend, respectively.
|
||||||
|
|
||||||
|
=item B<--enable-valgrind>
|
||||||
|
|
||||||
|
Use valgrind to find faults in the optimization phase. This will allow
|
||||||
|
bugpoint to find otherwise asymptomatic problems caused by memory
|
||||||
|
mis-management.
|
||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
=head1 EXIT STATUS
|
=head1 EXIT STATUS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user