projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9a64ea
)
Add DSGraph to the tests
author
Chris Lattner
<sabre@nondot.org>
Sat, 28 Jun 2003 21:16:27 +0000
(21:16 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sat, 28 Jun 2003 21:16:27 +0000
(21:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6939
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Analysis/Makefile
patch
|
blob
|
history
diff --git
a/test/Analysis/Makefile
b/test/Analysis/Makefile
index e8df7cb21c6096010b73fce96140028dea277534..ad2c49e0edb5e45dbe81d96c88afa21d1291ed73 100644
(file)
--- a/
test/Analysis/Makefile
+++ b/
test/Analysis/Makefile
@@
-1,5
+1,7
@@
# test/Regression/Analysis/Makefile
LEVEL = ../../..
-DIRS = Dominators LoopInfo
+DIRS = Dominators \
+ DSGraph \
+ LoopInfo
include $(LEVEL)/Makefile.common