From: Misha Brukman Date: Mon, 8 Nov 2004 00:22:22 +0000 (+0000) Subject: Fix grammar: use commas in a list of entities X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6fb51666a79b98ef6333beacfc4e3ad9e63cb6d6;p=oota-llvm.git Fix grammar: use commas in a list of entities git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17602 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/UsingLibraries.html b/docs/UsingLibraries.html index 529d7c56dc9..26d37d517b9 100644 --- a/docs/UsingLibraries.html +++ b/docs/UsingLibraries.html @@ -155,8 +155,8 @@ should link into your programs.

-
Always Link LLVMCore LLVMSupport - LLVMSystem
+
Always Link LLVMCore, LLVMSupport, + and LLVMSystem

No matter what you do with LLVM, the last three entries in your linke line should always be: LLVMCore LLVMSupport.a LLVMSystem.a.