diff options
author | Vikram S. Adve <vadve@cs.uiuc.edu> | 2001-08-28 21:33:33 +0000 |
---|---|---|
committer | Vikram S. Adve <vadve@cs.uiuc.edu> | 2001-08-28 21:33:33 +0000 |
commit | d9151962df928c312e17c776b158199d6bf46b85 (patch) | |
tree | fa1fb48826e5a1ba64006d2eeb38335443df29bc | |
parent | 9ff64a8c635d0212fd7c97564d384ec583e23f5d (diff) | |
download | external_llvm-d9151962df928c312e17c776b158199d6bf46b85.zip external_llvm-d9151962df928c312e17c776b158199d6bf46b85.tar.gz external_llvm-d9151962df928c312e17c776b158199d6bf46b85.tar.bz2 |
Added InstrSched library to link line.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@386 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | Makefile.common | 6 | ||||
-rw-r--r-- | Makefile.rules | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/Makefile.common b/Makefile.common index fa914fa..8dc4087 100644 --- a/Makefile.common +++ b/Makefile.common @@ -47,14 +47,14 @@ LibPathsO = -L $(LEVEL)/lib/Support/Release \ -L $(LEVEL)/lib/Assembly/Parser/Release \ -L $(LEVEL)/lib/Assembly/Writer/Release \ -L $(LEVEL)/lib/Analysis/Release \ + -L $(LEVEL)/lib/Analysis/LiveVar/Release \ -L $(LEVEL)/lib/Bytecode/Writer/Release \ -L $(LEVEL)/lib/Bytecode/Reader/Release \ -L $(LEVEL)/lib/Optimizations/Release \ + -L $(LEVEL)/lib/CodeGen/InstrSched/Release \ -L $(LEVEL)/lib/CodeGen/InstrSelection/Release \ -L $(LEVEL)/lib/CodeGen/TargetMachine/Release \ - -L $(LEVEL)/lib/CodeGen/TargetMachine/Sparc/Release - -## -L $(LEVEL)/lib/CodeGen/InstrSched/Release \ + -L $(LEVEL)/lib/CodeGen/TargetMachine/Sparc/Release \ LibPathsG = $(LibPathsO:Release=Debug) diff --git a/Makefile.rules b/Makefile.rules index fa914fa..8dc4087 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -47,14 +47,14 @@ LibPathsO = -L $(LEVEL)/lib/Support/Release \ -L $(LEVEL)/lib/Assembly/Parser/Release \ -L $(LEVEL)/lib/Assembly/Writer/Release \ -L $(LEVEL)/lib/Analysis/Release \ + -L $(LEVEL)/lib/Analysis/LiveVar/Release \ -L $(LEVEL)/lib/Bytecode/Writer/Release \ -L $(LEVEL)/lib/Bytecode/Reader/Release \ -L $(LEVEL)/lib/Optimizations/Release \ + -L $(LEVEL)/lib/CodeGen/InstrSched/Release \ -L $(LEVEL)/lib/CodeGen/InstrSelection/Release \ -L $(LEVEL)/lib/CodeGen/TargetMachine/Release \ - -L $(LEVEL)/lib/CodeGen/TargetMachine/Sparc/Release - -## -L $(LEVEL)/lib/CodeGen/InstrSched/Release \ + -L $(LEVEL)/lib/CodeGen/TargetMachine/Sparc/Release \ LibPathsG = $(LibPathsO:Release=Debug) |