diff options
Diffstat (limited to 'llvm/unittests/Makefile')
-rw-r--r-- | llvm/unittests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/Makefile b/llvm/unittests/Makefile index 53c02a81223..b743838b868 100644 --- a/llvm/unittests/Makefile +++ b/llvm/unittests/Makefile @@ -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 ExecutionEngine Support VMCore MC +PARALLEL_DIRS = ADT ExecutionEngine Support VMCore include $(LEVEL)/Makefile.common |