summaryrefslogtreecommitdiffstats
path: root/include/clang/Driver/Makefile
blob: c0f2cc7b67777c0ec77b647f07cb30636853d097 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
LEVEL = ../../../../..
BUILT_SOURCES = Options.inc CC1Options.inc

TABLEGEN_INC_FILES_COMMON = 1

include $(LEVEL)/Makefile.common

$(ObjDir)/Options.inc.tmp : Options.td OptParser.td $(ObjDir)/.dir
	$(Echo) "Building Clang Driver Option tables with tblgen"
	$(Verb) $(TableGen) -gen-opt-parser-defs -o $(call SYSPATH, $@) $<

$(ObjDir)/CC1Options.inc.tmp : CC1Options.td OptParser.td $(ObjDir)/.dir
	$(Echo) "Building Clang CC1 Option tables with tblgen"
	$(Verb) $(TableGen) -gen-opt-parser-defs -o $(call SYSPATH, $@) $<


OpenPOWER on IntegriCloud