Add library
authorChris Lattner <sabre@nondot.org>
Mon, 15 Oct 2001 15:55:15 +0000 (15:55 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 15 Oct 2001 15:55:15 +0000 (15:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@827 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llc/Makefile

index 48a20d3ebc4c979eea461b914b33303257ddf9a7..3df1a7716664d6bafb9230eead86988345f092db 100644 (file)
@@ -1,6 +1,6 @@
 LEVEL = ../..
 TOOLNAME = llc
-USEDLIBS = sparc regalloc sched select sparc regalloc sched select target opt instrument livevar bcreader vmcore asmwriter analysis support
+USEDLIBS = sparc regalloc sched select sparc regalloc sched select target opt instrument livevar bcreader vmcore asmwriter analysis support transforms
 
 include $(LEVEL)/Makefile.common