diff options
author | Alex Lorenz <arphaman@gmail.com> | 2015-05-07 18:48:48 +0000 |
---|---|---|
committer | Alex Lorenz <arphaman@gmail.com> | 2015-05-07 18:48:48 +0000 |
commit | 712cedaac57584770e6a3c2f5ac83a06a640a4f1 (patch) | |
tree | 25c86af8d2e2c4fba3159d4cc7d65b1af2211a83 /llvm | |
parent | dd2ffea28893a3bb59c3e46baddec631bdc68462 (diff) | |
download | bcm5719-llvm-712cedaac57584770e6a3c2f5ac83a06a640a4f1.tar.gz bcm5719-llvm-712cedaac57584770e6a3c2f5ac83a06a640a4f1.zip |
Fix r236754: Add the missing yaml-bench dir to the makefile for utils.
This commit adds the missing yaml-bench utility to the
makefile in utils. It was missing before and it caused
the regression tests to fail on some buildbots when llvm-lit
couldn't find yaml-bench when llvm was built without
cmake after I committed r236754.
llvm-svn: 236761
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/utils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/Makefile b/llvm/utils/Makefile index 04261923e1b..a59318de483 100644 --- a/llvm/utils/Makefile +++ b/llvm/utils/Makefile @@ -9,7 +9,7 @@ LEVEL = .. PARALLEL_DIRS := FileCheck TableGen PerfectShuffle count fpcmp llvm-lit not \ - unittest + unittest yaml-bench EXTRA_DIST := check-each-file codegen-diff countloc.sh \ DSAclean.py DSAextract.py emacs findsym.pl GenLibDeps.pl \ |