From: Chris Lattner Date: Tue, 7 May 2002 18:08:50 +0000 (+0000) Subject: Build Transforms Utils library X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=0ed2e4b55478442f334d2b730197d87ae2adcada;p=oota-llvm.git Build Transforms Utils library git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2514 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Makefile b/lib/Transforms/Makefile index 2b67c157d22..b9f65b2e7f4 100644 --- a/lib/Transforms/Makefile +++ b/lib/Transforms/Makefile @@ -1,5 +1,5 @@ LEVEL = ../.. -DIRS = Instrumentation Scalar IPO +DIRS = Utils Instrumentation Scalar IPO LIBRARYNAME = transforms