mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 04:32:19 +00:00
Add a note about llvm2cpp's dubious future.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37906 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cf4c42cde2
commit
ef89a88955
@ -193,6 +193,7 @@ Show the version number of this program.
|
|||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
|
|
||||||
=head1 EXIT STATUS
|
=head1 EXIT STATUS
|
||||||
|
|
||||||
If B<llvm2cpp> succeeds, it will exit with 0. Otherwise, if an error
|
If B<llvm2cpp> succeeds, it will exit with 0. Otherwise, if an error
|
||||||
@ -202,6 +203,13 @@ occurs, it will exit with a non-zero value.
|
|||||||
|
|
||||||
L<llvm-as|llvm-as> L<tblgen|tblgen>
|
L<llvm-as|llvm-as> L<tblgen|tblgen>
|
||||||
|
|
||||||
|
=head1 NOTES
|
||||||
|
|
||||||
|
This tool may be removed from a future version of LLVM. Instead, its
|
||||||
|
functionality may be incorporated into the llc tool. It would then act similarly
|
||||||
|
to other targets except its output would be C++ source that could be compiled to
|
||||||
|
construct the input program.
|
||||||
|
|
||||||
=head1 AUTHORS
|
=head1 AUTHORS
|
||||||
|
|
||||||
Written by Reid Spencer (L<http://hlvm.org>).
|
Written by Reid Spencer (L<http://hlvm.org>).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user