<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Ah, sorry about that.  And thanks for pointing it out.  Removed the duplicate line in r236881.<div class=""><br class=""></div><div class="">I left in the lit.cfg line.  That seemed to actually be missing.</div><div class=""><br class=""></div><div class="">Cheers,</div><div class="">Pete<br class=""><div><blockquote type="cite" class=""><div class="">On May 8, 2015, at 8:37 AM, Daniel Jasper <<a href="mailto:djasper@google.com" class="">djasper@google.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><br class="Apple-interchange-newline"><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 14px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><div class="gmail_quote" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 14px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">On Fri, May 8, 2015 at 12:53 AM, Pete Cooper<span class="Apple-converted-space"> </span><span dir="ltr" class=""><<a href="mailto:peter_cooper@apple.com" target="_blank" class="cremed">peter_cooper@apple.com</a>></span><span class="Apple-converted-space"> </span>wrote:<br class=""><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;">Author: pete<br class="">Date: Thu May  7 17:53:11 2015<br class="">New Revision: 236792<br class=""><br class="">URL:<span class="Apple-converted-space"> </span><a href="http://llvm.org/viewvc/llvm-project?rev=236792&view=rev" target="_blank" class="cremed">http://llvm.org/viewvc/llvm-project?rev=236792&view=rev</a><br class="">Log:<br class="">Add yaml-bench to the list of tools make check needs to run<br class=""><br class="">Modified:<br class="">   <span class="Apple-converted-space"> </span>llvm/trunk/test/CMakeLists.txt<br class="">   <span class="Apple-converted-space"> </span>llvm/trunk/test/lit.cfg<br class=""><br class="">Modified: llvm/trunk/test/CMakeLists.txt<br class="">URL:<span class="Apple-converted-space"> </span><a href="http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CMakeLists.txt?rev=236792&r1=236791&r2=236792&view=diff" target="_blank" class="cremed">http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CMakeLists.txt?rev=236792&r1=236791&r2=236792&view=diff</a><br class="">==============================================================================<br class="">--- llvm/trunk/test/CMakeLists.txt (original)<br class="">+++ llvm/trunk/test/CMakeLists.txt Thu May  7 17:53:11 2015<br class="">@@ -54,6 +54,7 @@ set(LLVM_TEST_DEPENDS<br class="">           not<br class="">           yaml-bench<br class="">           yaml2obj<br class="">+          yaml-bench<br class=""></blockquote><div class=""><br class=""></div><div class="">See two lines above... I don't think we need it twice..</div><div class=""> </div><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;">           obj2yaml<br class="">           verify-uselistorder<br class="">         )<br class=""><br class="">Modified: llvm/trunk/test/lit.cfg<br class="">URL:<span class="Apple-converted-space"> </span><a href="http://llvm.org/viewvc/llvm-project/llvm/trunk/test/lit.cfg?rev=236792&r1=236791&r2=236792&view=diff" target="_blank" class="cremed">http://llvm.org/viewvc/llvm-project/llvm/trunk/test/lit.cfg?rev=236792&r1=236791&r2=236792&view=diff</a><br class="">==============================================================================<br class="">--- llvm/trunk/test/lit.cfg (original)<br class="">+++ llvm/trunk/test/lit.cfg Thu May  7 17:53:11 2015<br class="">@@ -254,6 +254,7 @@ for pattern in [r"\bbugpoint\b(?!-)",<br class="">                 r"\bFileCheck\b",<br class="">                 r"\bobj2yaml\b",<br class="">                 r"\byaml2obj\b",<br class="">+                r"\byaml-bench\b",<br class="">                 r"\bverify-uselistorder\b",<br class="">                 # Handle these specially as they are strings searched<br class="">                 # for during testing.<br class=""><br class=""><br class="">_______________________________________________<br class="">llvm-commits mailing list<br class=""><a href="mailto:llvm-commits@cs.uiuc.edu" class="cremed">llvm-commits@cs.uiuc.edu</a><br class=""><a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits" target="_blank" class="cremed">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a></blockquote></div></div></blockquote></div><br class=""></div></body></html>