From 9244582b8d47d6dcdcfcd79a6f8c3347fd0c9166 Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Sat, 7 Mar 2015 09:03:17 +0000 Subject: [PATCH] Update makefile to reflect that the Passes directory is gone here. llvm-svn: 231557 --- lld/lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lld/lib/Makefile b/lld/lib/Makefile index 375d50510fbb..83112eaf972a 100644 --- a/lld/lib/Makefile +++ b/lld/lib/Makefile @@ -9,7 +9,7 @@ LLD_LEVEL := .. # ARCMigrate and Rewrite are always needed because of libclang. -PARALLEL_DIRS = Config Core Driver Passes ReaderWriter +PARALLEL_DIRS = Config Core Driver ReaderWriter include $(LLD_LEVEL)/../../Makefile.config