r212624 - Prospective legacy build system fix following r212620
Alp Toker
alp at nuanti.com
Wed Jul 9 07:12:55 PDT 2014
Author: alp
Date: Wed Jul 9 09:12:55 2014
New Revision: 212624
URL: http://llvm.org/viewvc/llvm-project?rev=212624&view=rev
Log:
Prospective legacy build system fix following r212620
Modified:
cfe/trunk/include/clang/Driver/Makefile
Modified: cfe/trunk/include/clang/Driver/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Driver/Makefile?rev=212624&r1=212623&r2=212624&view=diff
==============================================================================
--- cfe/trunk/include/clang/Driver/Makefile (original)
+++ cfe/trunk/include/clang/Driver/Makefile Wed Jul 9 09:12:55 2014
@@ -1,5 +1,5 @@
CLANG_LEVEL := ../../..
-BUILT_SOURCES = Options.inc CC1AsOptions.inc
+BUILT_SOURCES = Options.inc
TABLEGEN_INC_FILES_COMMON = 1
@@ -8,7 +8,3 @@ include $(CLANG_LEVEL)/Makefile
$(ObjDir)/Options.inc.tmp : Options.td CC1Options.td CLCompatOptions.td $(LLVM_TBLGEN) $(ObjDir)/.dir
$(Echo) "Building Clang Driver Option tables with tblgen"
$(Verb) $(LLVMTableGen) -gen-opt-parser-defs -o $(call SYSPATH, $@) $<
-
-$(ObjDir)/CC1AsOptions.inc.tmp : CC1AsOptions.td $(LLVM_TBLGEN) $(ObjDir)/.dir
- $(Echo) "Building Clang CC1 Assembler Option tables with tblgen"
- $(Verb) $(LLVMTableGen) -gen-opt-parser-defs -o $(call SYSPATH, $@) $<
More information about the cfe-commits
mailing list