mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-24 20:30:06 +00:00
Add DSGraph to the tests
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6939 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e9a64ea38e
commit
6fd866c98d
@ -1,5 +1,7 @@
|
||||
# test/Regression/Analysis/Makefile
|
||||
|
||||
LEVEL = ../../..
|
||||
DIRS = Dominators LoopInfo
|
||||
DIRS = Dominators \
|
||||
DSGraph \
|
||||
LoopInfo
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
Loading…
Reference in New Issue
Block a user