[cfe-commits] [clang-tools-extra] r169986 - /clang-tools-extra/trunk/Makefile

Edwin Vane edwin.vane at intel.com
Wed Dec 12 08:08:10 PST 2012


Author: revane
Date: Wed Dec 12 10:08:10 2012
New Revision: 169986

URL: http://llvm.org/viewvc/llvm-project?rev=169986&view=rev
Log:
Add cpp11-migrate to autoconf build


Modified:
    clang-tools-extra/trunk/Makefile

Modified: clang-tools-extra/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/Makefile?rev=169986&r1=169985&r2=169986&view=diff
==============================================================================
--- clang-tools-extra/trunk/Makefile (original)
+++ clang-tools-extra/trunk/Makefile Wed Dec 12 10:08:10 2012
@@ -11,7 +11,7 @@
 
 include $(CLANG_LEVEL)/../../Makefile.config
 
-PARALLEL_DIRS := remove-cstr-calls tool-template loop-convert clang-format
+PARALLEL_DIRS := remove-cstr-calls tool-template loop-convert clang-format cpp11-migrate
 
 include $(CLANG_LEVEL)/Makefile
 





More information about the cfe-commits mailing list