diff options
author | Chris Lattner <sabre@nondot.org> | 2009-04-15 19:57:42 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-04-15 19:57:42 +0000 |
commit | b4494eb8876b69aaa4999932eea1130cfde3e6f3 (patch) | |
tree | 986755e77c19052efc2738a2cc43367319739b12 | |
parent | 4b68d26a932ce5db32681961309c412f747d81f3 (diff) | |
download | bcm5719-llvm-b4494eb8876b69aaa4999932eea1130cfde3e6f3.tar.gz bcm5719-llvm-b4494eb8876b69aaa4999932eea1130cfde3e6f3.zip |
move clang-specific makefile goop to clang makefile.
llvm-svn: 69206
-rw-r--r-- | llvm/Makefile.rules | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/llvm/Makefile.rules b/llvm/Makefile.rules index e6c266af7f4..af980d65047 100644 --- a/llvm/Makefile.rules +++ b/llvm/Makefile.rules @@ -1363,10 +1363,6 @@ ifdef LLVMC_BUILD_AUTOGENERATED_INC TABLEGEN_INC_FILES_COMMON = 1 endif -ifdef CLANG_BUILD_DIAGNOSTICS_INC -TABLEGEN_INC_FILES_COMMON = 1 -endif - ifdef TABLEGEN_INC_FILES_COMMON INCFiles := $(filter %.inc,$(BUILT_SOURCES)) @@ -1481,15 +1477,6 @@ $(ObjDir)/AutoGenerated.inc.tmp: $(LLVMCPluginSrc) $(ObjDir)/.dir \ endif # LLVMC_BUILD_AUTOGENERATED_INC -ifdef CLANG_BUILD_DIAGNOSTICS_INC - -$(ObjDir)/Diagnostic%Kinds.inc.tmp : Diagnostic.td Diagnostic%Kinds.td $(TBLGEN) - $(Echo) "Building Clang $(patsubst Diagnostic%Kinds.inc.tmp,%,$(@F)) diagnostic tables with tblgen" - $(Verb) $(MKDIR) $(@D) - $(Verb) $(TableGen) -gen-clang-diags-defs -clang-component=$(patsubst Diagnostic%Kinds.inc.tmp,%,$(@F)) -o $(call SYSPATH, $@) $< - -endif - ############################################################################### # OTHER RULES: Other rules needed ############################################################################### |