Updated VS build system. Patch provided by Cedric Venet:
[oota-llvm.git] / docs / CommandGuide / stkrc.pod
index 54e46b444d3d239506a619f68a2eedc3e2245961..4d8b4c9758a3d865c701549d29424ac6fbbc19be 100644 (file)
@@ -13,9 +13,9 @@ B<stkrc> [I<options>] [I<filename>]
 The B<stkrc> command is the compiler for the Stacker language. Stacker is a
 simple stack based, Forth-like language that was written as a demonstration
 language for LLVM. For details on the language, please see
-L<http://llvm.cs.uiuc.edu/docs/Stacker.html> . The B<stkrc> compiler is fairly 
-minimal. It compiles to bytecode only and doesn't perform any optimizations.
-The output of stkrc (a bytecode file) can be piped through other LLVM tools
+L<http://llvm.org/docs/Stacker.html> . The B<stkrc> compiler is fairly 
+minimal. It compiles to bitcode only and doesn't perform any optimizations.
+The output of stkrc (a bitcode file) can be piped through other LLVM tools
 for optimization and linking.
 
 If F<filename> is omitted or is C<->, then B<stkrc> reads its input 
@@ -65,7 +65,7 @@ error.
 =item B<-f>
 
 Force the output to be written. Normally, B<stkrc> won't overwrite an existing
-bytecode file. This option overrides that behavior. 
+bitcode file. This option overrides that behavior. 
 
 =item B<-s> F<stacksize>
 
@@ -87,10 +87,10 @@ occurs, it will exit with a non-zero value, usually 1.
 
 =head1 SEE ALSO
 
-L<llvm-as>, L<http://llvm.cs.uiuc.edu/docs/Stacker.html>
+L<llvm-as>, L<http://llvm.org/docs/Stacker.html>
 
 =head1 AUTHORS
 
-Maintained by the LLVM Team (L<http://llvm.cs.uiuc.edu>).
+Maintained by the LLVM Team (L<http://llvm.org>).
 
 =cut