diff options
author | Chris Lattner <sabre@nondot.org> | 2003-05-12 22:25:24 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-05-12 22:25:24 +0000 |
commit | fd9c5de425a3343491172bc0943faa732c20f49d (patch) | |
tree | 57b615f8c8aaf92c3f518f6b2f3f81b43fa2f8e4 | |
parent | 59039a926de3ccc77745427e1bc50547fb304263 (diff) |
New file
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6156 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Analysis/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Analysis/Makefile b/test/Analysis/Makefile new file mode 100644 index 0000000000..596da6b9e7 --- /dev/null +++ b/test/Analysis/Makefile @@ -0,0 +1,5 @@ +# test/Regression/Analysis/Makefile + +LEVEL = ../../.. +DIRS = Dominators +include $(LEVEL)/Makefile.common |