From ef89a889551f9d4e6806a2bdb8f8bd5facb705e0 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Thu, 5 Jul 2007 10:12:19 +0000 Subject: [PATCH] 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 --- docs/CommandGuide/llvm2cpp.pod | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/CommandGuide/llvm2cpp.pod b/docs/CommandGuide/llvm2cpp.pod index 89dec36b837..45fc48f3ba2 100644 --- a/docs/CommandGuide/llvm2cpp.pod +++ b/docs/CommandGuide/llvm2cpp.pod @@ -193,6 +193,7 @@ Show the version number of this program. =back + =head1 EXIT STATUS If B succeeds, it will exit with 0. Otherwise, if an error @@ -202,6 +203,13 @@ occurs, it will exit with a non-zero value. L L +=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). -- 2.34.1