Remove lib/LLC library.
authorVikram S. Adve <vadve@cs.uiuc.edu>
Sat, 28 Jul 2001 04:39:27 +0000 (04:39 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Sat, 28 Jul 2001 04:39:27 +0000 (04:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@314 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.common
Makefile.rules

index 53d064ad2c830195062c22bf132c24b928c967aa..94195ebbd018edb5cb9794865b20a66dcaecd3da 100644 (file)
@@ -49,8 +49,7 @@ LibPathsO = -L $(LEVEL)/lib/Support/Release \
             -L $(LEVEL)/lib/Optimizations/Release \
             -L $(LEVEL)/lib/CodeGen/InstrSelection/Release \
             -L $(LEVEL)/lib/CodeGen/TargetMachine/Release \
-            -L $(LEVEL)/lib/CodeGen/TargetMachine/Sparc/Release \
-            -L $(LEVEL)/lib/LLC/Release
+            -L $(LEVEL)/lib/CodeGen/TargetMachine/Sparc/Release
 
 LibPathsG = $(LibPathsO:Release=Debug)
 
index 53d064ad2c830195062c22bf132c24b928c967aa..94195ebbd018edb5cb9794865b20a66dcaecd3da 100644 (file)
@@ -49,8 +49,7 @@ LibPathsO = -L $(LEVEL)/lib/Support/Release \
             -L $(LEVEL)/lib/Optimizations/Release \
             -L $(LEVEL)/lib/CodeGen/InstrSelection/Release \
             -L $(LEVEL)/lib/CodeGen/TargetMachine/Release \
-            -L $(LEVEL)/lib/CodeGen/TargetMachine/Sparc/Release \
-            -L $(LEVEL)/lib/LLC/Release
+            -L $(LEVEL)/lib/CodeGen/TargetMachine/Sparc/Release
 
 LibPathsG = $(LibPathsO:Release=Debug)