Add ExecutionEngine directory.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8371 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Brian Gaeke 2003-09-05 19:39:49 +00:00
parent 9722294d30
commit dbff77238f

View File

@ -1,6 +1,6 @@
LEVEL = ..
PARALLEL_DIRS = VMCore Analysis Transforms AsmParser Bytecode Support CodeGen Target CWriter
PARALLEL_DIRS = VMCore Analysis Transforms AsmParser Bytecode Support CodeGen Target CWriter ExecutionEngine
include $(LEVEL)/Makefile.common