[llvm] r236761 - Fix r236754: Add the missing yaml-bench dir to the makefile for utils.

Alex Lorenz arphaman at gmail.com
Thu May 7 11:48:48 PDT 2015


Author: arphaman
Date: Thu May  7 13:48:48 2015
New Revision: 236761

URL: http://llvm.org/viewvc/llvm-project?rev=236761&view=rev
Log:
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.

Modified:
    llvm/trunk/utils/Makefile

Modified: llvm/trunk/utils/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/Makefile?rev=236761&r1=236760&r2=236761&view=diff
==============================================================================
--- llvm/trunk/utils/Makefile (original)
+++ llvm/trunk/utils/Makefile Thu May  7 13:48:48 2015
@@ -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 \





More information about the llvm-commits mailing list