From faf590dd94e42d8fd51bc695095ba8bda2bc0425 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Mon, 8 Nov 2004 00:26:32 +0000 Subject: [PATCH] Correct and Explain the first rule of thumb better. llvm-svn: 17604 --- docs/UsingLibraries.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/UsingLibraries.html b/docs/UsingLibraries.html index 14312fc8f33..321a3c61d96 100644 --- a/docs/UsingLibraries.html +++ b/docs/UsingLibraries.html @@ -158,8 +158,10 @@
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.

+

No matter what you do with LLVM, the last three entries in the value of + your LLVMLIBS make variable should always be: + LLVMCore LLVMSupport.a LLVMSystem.a. There are no LLVM + programs that don't depend on these three.

Never link both archive and