Added InstrSched library to link line.
authorVikram S. Adve <vadve@cs.uiuc.edu>
Tue, 28 Aug 2001 21:33:33 +0000 (21:33 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Tue, 28 Aug 2001 21:33:33 +0000 (21:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@386 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.common
Makefile.rules

index fa914fa7955ba0092b555c32a2b911d427a85bb5..8dc4087cf22f7690dd1154a30a3c7892f8a65fa8 100644 (file)
@@ -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)
index fa914fa7955ba0092b555c32a2b911d427a85bb5..8dc4087cf22f7690dd1154a30a3c7892f8a65fa8 100644 (file)
@@ -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)