From 3a8bddb28deb8b50f8fa070b27bc09db3a1896e1 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 7 Oct 2003 16:34:51 +0000 Subject: [PATCH] Renamed llvmas.html llvmdis.html and llvmlink.html to have hyphens in them git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8925 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/CommandGuide/index.html b/docs/CommandGuide/index.html index 93876b71c3f..18c6df64e68 100644 --- a/docs/CommandGuide/index.html +++ b/docs/CommandGuide/index.html @@ -21,12 +21,12 @@
-
llvm-as +
llvm-as
Assemble a human-readable LLVM program into LLVM bytecode.

-

llvm-dis +
llvm-dis
Disassemble an LLVM bytecode file into human-readable form.

@@ -41,7 +41,7 @@ Optimize an LLVM bytecode file.

-

llvm-link +
llvm-link
Link several LLVM bytecode files together into one LLVM bytecode file. -- 2.34.1