From: Chris Lattner Date: Thu, 21 Mar 2002 21:24:13 +0000 (+0000) Subject: Build LevelRaise subdirectory X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=48374147f6330b4290e65f58638e4eada9fde615;p=oota-llvm.git Build LevelRaise subdirectory git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1935 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/Makefile b/test/Transforms/Makefile new file mode 100644 index 00000000000..9529028c1ab --- /dev/null +++ b/test/Transforms/Makefile @@ -0,0 +1,3 @@ +LEVEL = ../../.. +DIRS = LevelRaise +include $(LEVEL)/Makefile.common