Prospective legacy build system fix following r212620
authorAlp Toker <alp@nuanti.com>
Wed, 9 Jul 2014 14:12:55 +0000 (14:12 +0000)
committerAlp Toker <alp@nuanti.com>
Wed, 9 Jul 2014 14:12:55 +0000 (14:12 +0000)
llvm-svn: 212624

clang/include/clang/Driver/Makefile

index 77cf6ff..8309330 100644 (file)
@@ -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, $@) $<