[TableGen] Fix all remaining memory leaks of Init and RecTy objects.
[oota-llvm.git] / lib / TableGen / Makefile
index 44724389e1d0b1a90f5d7f739d9a6b66709057b8..345db3465cfe89c68cd8dd2bd1fa08710a19a5d7 100644 (file)
@@ -11,8 +11,4 @@ LEVEL = ../..
 LIBRARYNAME = LLVMTableGen
 BUILD_ARCHIVE = 1
 
-## FIXME: This only requires RTTI because tblgen uses it.  Fix that.
-REQUIRES_RTTI = 1
-REQUIRES_EH = 1
-
 include $(LEVEL)/Makefile.common