From 6fb51666a79b98ef6333beacfc4e3ad9e63cb6d6 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Mon, 8 Nov 2004 00:22:22 +0000 Subject: 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 --- docs/UsingLibraries.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/UsingLibraries.html') diff --git a/docs/UsingLibraries.html b/docs/UsingLibraries.html index 529d7c56dc..26d37d517b 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.

-- cgit v1.2.3