1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

Build all subdirectories

llvm-svn: 2780
This commit is contained in:
Chris Lattner 2002-06-25 16:16:20 +00:00
parent dfd421a7df
commit 5296c04669

View File

@ -1,5 +1,5 @@
LEVEL = ../../..
DIRS = ADCE CFGSimplify ConstProp DecomposeMultiDimRefs FunctionResolve GCSE \
InstCombine LevelRaise LICM Mem2Reg PiNodeInserter ProfilePaths \
Reassociate SCCP
Inline InstCombine LevelRaise LICM Mem2Reg PiNodeInserter ProfilePaths \
Reassociate SCCP SimplifyCFG
include $(LEVEL)/Makefile.common