addPassesToJITCompile now takes a FunctionPassManager, to support
[oota-llvm.git] / lib / Makefile
1 LEVEL = ..
2
3 PARALLEL_DIRS = VMCore Analysis Transforms AsmParser Bytecode Support CodeGen Target CWriter
4
5 OPTIONAL_DIRS = Reoptimizer
6
7 include $(LEVEL)/Makefile.common
8