Remove lib/LLC library.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@314 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/Makefile.common b/Makefile.common
index 53d064a..94195eb 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -49,8 +49,7 @@
-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)