diff options
author | Peter Collingbourne <peter@pcc.me.uk> | 2011-10-06 01:51:51 +0000 |
---|---|---|
committer | Peter Collingbourne <peter@pcc.me.uk> | 2011-10-06 01:51:51 +0000 |
commit | de8f33c199f3bf2049b0b732169f2bd8717469c6 (patch) | |
tree | 4906ed892dbff03bbd44aae2eff9d7ec0c195755 /utils/TableGen/Makefile | |
parent | 930193cb5544bd010a0a2bc795c9006913e2c595 (diff) |
Build system infrastructure for multiple tblgens.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141266 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/Makefile')
-rw-r--r-- | utils/TableGen/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/Makefile b/utils/TableGen/Makefile index 17e94eacc3..0c4619d1a2 100644 --- a/utils/TableGen/Makefile +++ b/utils/TableGen/Makefile @@ -8,7 +8,7 @@ ##===----------------------------------------------------------------------===## LEVEL = ../.. -TOOLNAME = tblgen +TOOLNAME = llvm-tblgen USEDLIBS = LLVMTableGen.a LLVMSupport.a REQUIRES_EH := 1 REQUIRES_RTTI := 1 |