mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
258dfc0319
system. llvm-svn: 7014
9 lines
169 B
Makefile
9 lines
169 B
Makefile
LEVEL = ..
|
|
|
|
PARALLEL_DIRS = VMCore Analysis Transforms AsmParser Bytecode Support CodeGen Target CWriter
|
|
|
|
OPTIONAL_DIRS = Reoptimizer
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|