From 588f14855f3a3407ec0ec035a8ad4973581756f2 Mon Sep 17 00:00:00 2001 From: "Vikram S. Adve" Date: Sat, 28 Jul 2001 04:39:27 +0000 Subject: [PATCH] Remove lib/LLC library. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@314 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile.common | 3 +-- Makefile.rules | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) 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) -- 2.34.1