Re-apply r110655 with fixes. Epilogue must restore sp from fp if the function stack...
[oota-llvm.git] / tools / Makefile
index 6e23dac111ef04bc21c9259edd3a3c1a4539add2..e6d9207a1dc066e8c69d3eacdea682cb229065fc 100644 (file)
@@ -45,6 +45,8 @@ ifeq ($(ENABLE_PIC),1)
       PARALLEL_DIRS += lto
     endif
 
+    PARALLEL_DIRS += bugpoint-passes
+
     # The edis library is only supported if ARM and/or X86 are enabled, and if
     # LLVM is being built PIC on platforms that support dylibs.
     ifneq ($(DISABLE_EDIS),1)