diff options
Diffstat (limited to 'lib/TableGen/Makefile')
-rw-r--r-- | lib/TableGen/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/TableGen/Makefile b/lib/TableGen/Makefile index 44724389e1d..732d8a197ee 100644 --- a/lib/TableGen/Makefile +++ b/lib/TableGen/Makefile @@ -11,8 +11,6 @@ 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 |