<div dir="ltr">Hi Chris,<div>There does seem to be one bit of breakage hiding behind this disabled test; namely for the LLVM_{BUILD,LINK}_LLVM_DYLIB case, where `llvm-config --libs` emits '-lLLVM-4.0svn` rather than '-lLLVMCore' etc. tools/llvm-config/libs.test explicitly checks that LLVMCore and LLVMSupport are included. Any ideas about how to support both build cases?</div></div><br><div class="gmail_quote"><div dir="ltr">On Mon, Dec 12, 2016 at 3:25 PM Chris Bieneman via llvm-commits <<a href="mailto:llvm-commits@lists.llvm.org">llvm-commits@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Author: cbieneman<br class="gmail_msg">
Date: Mon Dec 12 17:14:58 2016<br class="gmail_msg">
New Revision: 289490<br class="gmail_msg">
<br class="gmail_msg">
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=289490&view=rev" rel="noreferrer" class="gmail_msg" target="_blank">http://llvm.org/viewvc/llvm-project?rev=289490&view=rev</a><br class="gmail_msg">
Log:<br class="gmail_msg">
Revert "Disable all llvm-config tests for now, will investigate later"<br class="gmail_msg">
<br class="gmail_msg">
This reverts commit r260386.<br class="gmail_msg">
<br class="gmail_msg">
These tests all pass for me locally. I have no idea if they will pass on all configurations, so I'll watch the bots closely.<br class="gmail_msg">
<br class="gmail_msg">
Removed:<br class="gmail_msg">
llvm/trunk/test/tools/llvm-config/lit.local.cfg<br class="gmail_msg">
<br class="gmail_msg">
Removed: llvm/trunk/test/tools/llvm-config/lit.local.cfg<br class="gmail_msg">
URL: <a href="http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/llvm-config/lit.local.cfg?rev=289489&view=auto" rel="noreferrer" class="gmail_msg" target="_blank">http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/llvm-config/lit.local.cfg?rev=289489&view=auto</a><br class="gmail_msg">
==============================================================================<br class="gmail_msg">
--- llvm/trunk/test/tools/llvm-config/lit.local.cfg (original)<br class="gmail_msg">
+++ llvm/trunk/test/tools/llvm-config/lit.local.cfg (removed)<br class="gmail_msg">
@@ -1,2 +0,0 @@<br class="gmail_msg">
-# Disable all llvm-config tests for now.<br class="gmail_msg">
-config.unsupported = True<br class="gmail_msg">
<br class="gmail_msg">
<br class="gmail_msg">
_______________________________________________<br class="gmail_msg">
llvm-commits mailing list<br class="gmail_msg">
<a href="mailto:llvm-commits@lists.llvm.org" class="gmail_msg" target="_blank">llvm-commits@lists.llvm.org</a><br class="gmail_msg">
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits" rel="noreferrer" class="gmail_msg" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits</a><br class="gmail_msg">
</blockquote></div>