<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="">BTW, building in projects is one of my favorite possible features of this.  I will make all of our public bots run the test-suite for correctness testing as soon as this works.<div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Oct 28, 2015, at 10:50 AM, James Molloy <<a href="mailto:james@jamesmolloy.co.uk" class="">james@jamesmolloy.co.uk</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Hi,<div class=""><br class=""></div><div class="">Yep, long term it'd be awesome for this to work as part of projects, but for the moment it won't as Chris mentions. I'm going to hook up cross-compile support for fpcmp and timeit tomorrow, so I'll see if I can use the same technique (and the one compiler-rt uses) to make it work.</div><div class=""><br class=""></div><div class="">James</div></div><br class=""><div class="gmail_quote"><div dir="ltr" class="">On Wed, 28 Oct 2015 at 17:43 Artem Belevich via llvm-commits <<a href="mailto:llvm-commits@lists.llvm.org" class="">llvm-commits@lists.llvm.org</a>> wrote:<br class=""></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">tra added a subscriber: tra.<br class="">
<br class="">
================<br class="">
Comment at: cmake/modules/SingleMultiSource.cmake:139<br class="">
@@ +138,3 @@<br class="">
+  # Now do the actual configuration.<br class="">
+  configure_file(${CMAKE_SOURCE_DIR}/cmake/<a href="http://lit-test-template.in/" rel="noreferrer" target="_blank" class="">lit-test-template.in</a><br class="">
+    ${CMAKE_CURRENT_BINARY_DIR}/${exename}.test)<br class="">
----------------<br class="">
When test suite is configured as part of whole llvm+projects+clang tree CMAKE_SOURCE_DIR points to the top of the tree and there's no <a href="http://lit-test-template.in/" rel="noreferrer" target="_blank" class="">lit-test-template.in</a> there.<br class="">
<br class="">
Perhaps you should use PROJECT_SOURCE_DIR here.<br class="">
<br class="">
<br class="">
Repository:<br class="">
  rL LLVM<br class="">
<br class="">
<a href="http://reviews.llvm.org/D14046" rel="noreferrer" target="_blank" class="">http://reviews.llvm.org/D14046</a><br class="">
<br class="">
<br class="">
<br class="">
_______________________________________________<br class="">
llvm-commits mailing list<br class="">
<a href="mailto:llvm-commits@lists.llvm.org" target="_blank" class="">llvm-commits@lists.llvm.org</a><br class="">
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits" rel="noreferrer" target="_blank" class="">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits</a><br class="">
</blockquote></div>
</div></blockquote></div><br class=""></div></body></html>