X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2FMakefile;h=c405868cead5bf310e592158fae5e6d5afbaba65;hb=f65dc6e347492407fc7792a621849ac2ecd6801c;hp=7c273a281d18008b5af4480eff6b4c00e8e6cfec;hpb=f41954b7328dd53c883810f31cf13d4455199c1d;p=oota-llvm.git diff --git a/tools/Makefile b/tools/Makefile index 7c273a281d1..c405868cead 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -37,6 +37,11 @@ PARALLEL_DIRS := opt llvm-as llvm-dis \ llvm-size llvm-stress llvm-mcmarkup \ llvm-symbolizer +# If Intel JIT Events support is configured, build an extra tool to test it. +ifeq ($(USE_INTEL_JITEVENTS), 1) + PARALLEL_DIRS += llvm-jitlistener +endif + # Let users override the set of tools to build from the command line. ifdef ONLY_TOOLS OPTIONAL_PARALLEL_DIRS :=