Remove lib/LLC library.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@314 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Vikram S. Adve 2001-07-28 04:39:27 +00:00
parent 670d0abe49
commit 588f14855f
2 changed files with 2 additions and 4 deletions

View 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)

View 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)