forked from OSchip/llvm-project
parent
d401f39872
commit
34a4ddae0f
|
@ -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