forked from OSchip/llvm-project
Fix Makefile: Options.td depends on CC1Options.td.
llvm-svn: 158105
This commit is contained in:
parent
40ed29730b
commit
a929f2c863
|
@ -5,7 +5,7 @@ TABLEGEN_INC_FILES_COMMON = 1
|
|||
|
||||
include $(CLANG_LEVEL)/Makefile
|
||||
|
||||
$(ObjDir)/Options.inc.tmp : Options.td OptParser.td $(CLANG_TBLGEN) $(ObjDir)/.dir
|
||||
$(ObjDir)/Options.inc.tmp : Options.td CC1Options.td OptParser.td $(CLANG_TBLGEN) $(ObjDir)/.dir
|
||||
$(Echo) "Building Clang Driver Option tables with tblgen"
|
||||
$(Verb) $(ClangTableGen) -gen-opt-parser-defs -o $(call SYSPATH, $@) $<
|
||||
|
||||
|
|
Loading…
Reference in New Issue