aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/Makefile
AgeCommit message (Collapse)Author
2012-10-25Don't require exception handling for clang-tblgen.Joerg Sonnenberger
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166713 91177308-0d34-0410-b5e6-96231b3b80d8
2012-10-10tblgen: Build clang-tblgen without RTTI.Sean Silva
clang-tblgen no longer needs RTTI! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165650 91177308-0d34-0410-b5e6-96231b3b80d8
2011-10-08Make clang-tblgen's Makefile independent of Clang's top-level Makefile,Peter Collingbourne
to avoid having to make it available for the cross build when it builds only clang-tblgen. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@141453 91177308-0d34-0410-b5e6-96231b3b80d8
2011-10-06Add the Clang tblgen backends to Clang, and flip the switch to causePeter Collingbourne
the build systems to use clang-tblgen. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@141291 91177308-0d34-0410-b5e6-96231b3b80d8