[lld] r231557 - Update makefile to reflect that the Passes directory is gone here.
Chandler Carruth
chandlerc at gmail.com
Sat Mar 7 01:03:17 PST 2015
Author: chandlerc
Date: Sat Mar 7 03:03:17 2015
New Revision: 231557
URL: http://llvm.org/viewvc/llvm-project?rev=231557&view=rev
Log:
Update makefile to reflect that the Passes directory is gone here.
Modified:
lld/trunk/lib/Makefile
Modified: lld/trunk/lib/Makefile
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/lib/Makefile?rev=231557&r1=231556&r2=231557&view=diff
==============================================================================
--- lld/trunk/lib/Makefile (original)
+++ lld/trunk/lib/Makefile Sat Mar 7 03:03:17 2015
@@ -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
More information about the llvm-commits
mailing list