Add a JITEventListener interface that gets called back when a new function is
[oota-llvm.git] / unittests / Makefile
index 04d12e01ad77238df14e1b3d418b112082febf98..1eb69abbc8907f6b8ea0d2261c9b244e78241b65 100644 (file)
@@ -16,7 +16,7 @@ BUILD_ARCHIVE = 1
 CPP.Flags += -I$(LLVM_SRC_ROOT)/utils/unittest/googletest/include/
 CPP.Flags += -Wno-variadic-macros
 
-PARALLEL_DIRS = ADT Support VMCore MC
+PARALLEL_DIRS = ADT ExecutionEngine Support VMCore MC
 
 include $(LEVEL)/Makefile.common