1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Add a note about llvm2cpp's dubious future.

llvm-svn: 37906
This commit is contained in:
Reid Spencer 2007-07-05 10:12:19 +00:00
parent 8c0fbf86d5
commit 850148a2d1

View File

@ -193,6 +193,7 @@ Show the version number of this program.
=back
=head1 EXIT STATUS
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>
=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
Written by Reid Spencer (L<http://hlvm.org>).