From: Chris Lattner Date: Mon, 3 Dec 2001 17:28:15 +0000 (+0000) Subject: Compile the scalar directory X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=c50df7e3aafee8830ea649df9b2e153fedc3bb2b;p=oota-llvm.git Compile the scalar directory git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1403 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Makefile b/lib/Transforms/Makefile index c9965f3c039..2b67c157d22 100644 --- a/lib/Transforms/Makefile +++ b/lib/Transforms/Makefile @@ -1,5 +1,5 @@ LEVEL = ../.. -DIRS = Instrumentation IPO +DIRS = Instrumentation Scalar IPO LIBRARYNAME = transforms