[llvm-commits] CVS: llvm/docs/CommandGuide/gccas.pod

Misha Brukman brukman at cs.uiuc.edu
Thu Jul 1 13:01:09 PDT 2004


Changes in directory llvm/docs/CommandGuide:

gccas.pod updated: 1.2 -> 1.3

---
Log message:

Fix links to llvmgcc and llvmgxx


---
Diffs of the changes:  (+1 -1)

Index: llvm/docs/CommandGuide/gccas.pod
diff -u llvm/docs/CommandGuide/gccas.pod:1.2 llvm/docs/CommandGuide/gccas.pod:1.3
--- llvm/docs/CommandGuide/gccas.pod:1.2	Wed Jun  2 14:30:23 2004
+++ llvm/docs/CommandGuide/gccas.pod	Thu Jul  1 12:59:53 2004
@@ -12,7 +12,7 @@
 =head1 DESCRIPTION
 
 The B<gccas> utility takes an LLVM assembly file generated by the
-L<llvm-gcc|llvm-gcc> or L<llvm-g++|llvm-g++> front-ends and converts
+L<llvmgcc|llvmgcc> or L<llvmg++|llvmgxx> front-ends and converts
 it into an LLVM bytecode file.  It is primarily used by the GCC
 front end, and as such, attempts to mimic the interface provided
 by the default system assembler so that it can act as a "drop-in"





More information about the llvm-commits mailing list