From 6aa3c744b7dacf276a6082d16df9afd7ad23b237 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Thu, 1 Jul 2004 17:59:53 +0000 Subject: [PATCH] Fix links to llvmgcc and llvmgxx git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14537 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/gccas.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CommandGuide/gccas.pod b/docs/CommandGuide/gccas.pod index a7e32533fbf..c5ee63b3c17 100644 --- a/docs/CommandGuide/gccas.pod +++ b/docs/CommandGuide/gccas.pod @@ -12,7 +12,7 @@ gccas [options] filename =head1 DESCRIPTION The B utility takes an LLVM assembly file generated by the -L or L front-ends and converts +L or L 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" -- 2.34.1