diff options
| -rw-r--r-- | llvm/examples/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/examples/Makefile b/llvm/examples/Makefile index bc09b8e0473..50a6db76aa2 100644 --- a/llvm/examples/Makefile +++ b/llvm/examples/Makefile @@ -10,8 +10,7 @@ LEVEL=.. include $(LEVEL)/Makefile.config -PARALLEL_DIRS:= BrainF Fibonacci HowToUseJIT Kaleidoscope ModuleMaker \ - TracingBrainF +PARALLEL_DIRS:= BrainF Fibonacci HowToUseJIT Kaleidoscope ModuleMaker ifeq ($(HAVE_PTHREAD),1) PARALLEL_DIRS += ParallelJIT |

