summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-07-05 10:12:19 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-07-05 10:12:19 +0000
commita9c32e6b494b3687174f83b0eaae3cc2181d0bec (patch)
tree3069bf78e00f89ede8a7a6d7f539f99ef421d856 /llvm/docs/CommandGuide
parent98f56b50d136ff1fff094f68f6544325c98fead3 (diff)
downloadbcm5719-llvm-a9c32e6b494b3687174f83b0eaae3cc2181d0bec.tar.gz
bcm5719-llvm-a9c32e6b494b3687174f83b0eaae3cc2181d0bec.zip
Add a note about llvm2cpp's dubious future.
llvm-svn: 37906
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r--llvm/docs/CommandGuide/llvm2cpp.pod8
1 files changed, 8 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvm2cpp.pod b/llvm/docs/CommandGuide/llvm2cpp.pod
index 89dec36b837..45fc48f3ba2 100644
--- a/llvm/docs/CommandGuide/llvm2cpp.pod
+++ b/llvm/docs/CommandGuide/llvm2cpp.pod
@@ -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>).
OpenPOWER on IntegriCloud