summaryrefslogtreecommitdiffstats
path: root/include/clang/Driver/Makefile
blob: 8309330d8bd50f981bf9ab08cc6df4099509d266 (plain)
1
2
3
4
5
6
7
8
9
10
CLANG_LEVEL := ../../..
BUILT_SOURCES = Options.inc

TABLEGEN_INC_FILES_COMMON = 1

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, $@) $<