X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=utils%2FTableGen%2FMakefile;h=9bfd94b7576bd24fdedbf838e67e07e127f0cff0;hb=b21ab43cfc3fa0dacf5c95f04e58b6d804b59a16;hp=f27cd995783e71bfd38df3559f8ba05b86224c31;hpb=84e2f959b770c4271f97eb29e36d62ba2f598af3;p=oota-llvm.git diff --git a/utils/TableGen/Makefile b/utils/TableGen/Makefile index f27cd995783..9bfd94b7576 100644 --- a/utils/TableGen/Makefile +++ b/utils/TableGen/Makefile @@ -8,10 +8,8 @@ ##===----------------------------------------------------------------------===## LEVEL = ../.. -TOOLNAME = tblgen -USEDLIBS = LLVMSupport.a LLVMSystem.a -REQUIRES_EH := 1 -REQUIRES_RTTI := 1 +TOOLNAME = llvm-tblgen +USEDLIBS = LLVMTableGen.a LLVMSupport.a # This tool has no plugins, optimize startup time. TOOL_NO_EXPORTS = 1