From: Vikram S. Adve Date: Sat, 28 Jul 2001 04:39:27 +0000 (+0000) Subject: Remove lib/LLC library. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=588f14855f3a3407ec0ec035a8ad4973581756f2;p=oota-llvm.git 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 53d064ad2c8..94195ebbd01 100644 --- a/Makefile.common +++ b/Makefile.common @@ -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) diff --git a/Makefile.rules b/Makefile.rules index 53d064ad2c8..94195ebbd01 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -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)