forked from OSchip/llvm-project
parent
d401f39872
commit
34a4ddae0f
|
@ -1,5 +1,7 @@
|
||||||
# test/Regression/Analysis/Makefile
|
# test/Regression/Analysis/Makefile
|
||||||
|
|
||||||
LEVEL = ../../..
|
LEVEL = ../../..
|
||||||
DIRS = Dominators LoopInfo
|
DIRS = Dominators \
|
||||||
|
DSGraph \
|
||||||
|
LoopInfo
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
|
Loading…
Reference in New Issue