diff options
Diffstat (limited to 'lib/TableGen/Makefile')
-rw-r--r-- | lib/TableGen/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/TableGen/Makefile b/lib/TableGen/Makefile index 4472438..345db34 100644 --- a/lib/TableGen/Makefile +++ b/lib/TableGen/Makefile @@ -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 |