diff options
author | Manuel Klimek <klimek@google.com> | 2011-12-16 13:09:10 +0000 |
---|---|---|
committer | Manuel Klimek <klimek@google.com> | 2011-12-16 13:09:10 +0000 |
commit | 76f13017fc67b35f10b61e05c13f3643b714fccf (patch) | |
tree | edbd357bc27be562fbd44b9114dae1bd99c1e40f /utils/Makefile | |
parent | db21f4c187816b03d7b30d0d238f71cbd8a0a9a7 (diff) |
Adds a JSON parser and a benchmark (json-bench) to catch performance regressions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146735 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/Makefile')
-rw-r--r-- | utils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile index 9d4dc5c2f9..8fa84c1c24 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -9,7 +9,7 @@ LEVEL = .. PARALLEL_DIRS := FileCheck FileUpdate TableGen PerfectShuffle \ - count fpcmp llvm-lit not unittest + count fpcmp llvm-lit not unittest json-bench EXTRA_DIST := cgiplotNLT.pl check-each-file codegen-diff countloc.sh \ DSAclean.py DSAextract.py emacs findsym.pl GenLibDeps.pl \ |