[llvm-commits] [llvm] r37906 - /llvm/trunk/docs/CommandGuide/llvm2cpp.pod

Reid Spencer reid at x10sys.com
Thu Jul 5 03:12:19 PDT 2007


Author: reid
Date: Thu Jul  5 05:12:19 2007
New Revision: 37906

URL: http://llvm.org/viewvc/llvm-project?rev=37906&view=rev
Log:
Add a note about llvm2cpp's dubious future.

Modified:
    llvm/trunk/docs/CommandGuide/llvm2cpp.pod

Modified: llvm/trunk/docs/CommandGuide/llvm2cpp.pod
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/llvm2cpp.pod?rev=37906&r1=37905&r2=37906&view=diff

==============================================================================
--- llvm/trunk/docs/CommandGuide/llvm2cpp.pod (original)
+++ llvm/trunk/docs/CommandGuide/llvm2cpp.pod Thu Jul  5 05:12:19 2007
@@ -193,6 +193,7 @@
 
 =back
 
+
 =head1 EXIT STATUS
 
 If B<llvm2cpp> succeeds, it will exit with 0.  Otherwise, if an error
@@ -202,6 +203,13 @@
 
 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>).





More information about the llvm-commits mailing list