Remove lib/LLC library.
[oota-llvm.git] / Makefile.common
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)