Update makefile to reflect that the Passes directory is gone here.

llvm-svn: 231557
This commit is contained in:
Chandler Carruth 2015-03-07 09:03:17 +00:00
parent 1ff7724da5
commit 9244582b8d
1 changed files with 1 additions and 1 deletions

View File

@ -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