<div class="gmail_quote">On 15 April 2011 10:34, Chris Lattner <span dir="ltr"><<a href="mailto:clattner@apple.com" target="_blank">clattner@apple.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


Hi Nick,<br>
<br>
My build is now failing because this is trying to build libcxx.  Is this really intended?<br></blockquote><div><br></div><div>Sorry Chris, I thought that libcxx/Makefile was a no-op without libcxx checked out, but it wasn't not on Darwin.</div>

<div>
<br></div><div>Nick</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<font color="#888888"><br>
-chris<br>
</font><div><div></div><div><br>
On Apr 14, 2011, at 11:57 PM, Nick Lewycky wrote:<br>
<br>
> Author: nicholas<br>
> Date: Fri Apr 15 01:57:32 2011<br>
> New Revision: 129561<br>
><br>
> URL: <a href="http://llvm.org/viewvc/llvm-project?rev=129561&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=129561&view=rev</a><br>
> Log:<br>
> Create a compiler-rt directory and move the Makefile to it. Add a makefile that<br>
> builds the subdirs from this directory. This makes the behaviour with make match<br>
> what already happens with cmake.<br>
><br>
> Added:<br>
>    cfe/trunk/runtime/Makefile<br>
>    cfe/trunk/runtime/compiler-rt/<br>
>    cfe/trunk/runtime/compiler-rt/Makefile<br>
>      - copied, changed from r129427, cfe/trunk/runtime/Makefile<br>
><br>
> Added: cfe/trunk/runtime/Makefile<br>
> URL: <a href="http://llvm.org/viewvc/llvm-project/cfe/trunk/runtime/Makefile?rev=129561&view=auto" target="_blank">http://llvm.org/viewvc/llvm-project/cfe/trunk/runtime/Makefile?rev=129561&view=auto</a><br>
> ==============================================================================<br>
> --- cfe/trunk/runtime/Makefile (added)<br>
> +++ cfe/trunk/runtime/Makefile Fri Apr 15 01:57:32 2011<br>
> @@ -0,0 +1,21 @@<br>
> +##===- runtime/Makefile ------------------------------------*- Makefile -*-===##<br>
> +#<br>
> +#                     The LLVM Compiler Infrastructure<br>
> +#<br>
> +# This file is distributed under the University of Illinois Open Source<br>
> +# License. See LICENSE.TXT for details.<br>
> +#<br>
> +##===----------------------------------------------------------------------===##<br>
> +<br>
> +CLANG_LEVEL := ..<br>
> +include $(CLANG_LEVEL)/../../Makefile.config<br>
> +<br>
> +ifndef NO_RUNTIME_LIBS<br>
> +<br>
> +PARALLEL_DIRS  := libcxx compiler-rt<br>
> +<br>
> +endif<br>
> +<br>
> +include $(CLANG_LEVEL)/Makefile<br>
> +<br>
> +install::<br>
><br>
> Copied: cfe/trunk/runtime/compiler-rt/Makefile (from r129427, cfe/trunk/runtime/Makefile)<br>
> URL: <a href="http://llvm.org/viewvc/llvm-project/cfe/trunk/runtime/compiler-rt/Makefile?p2=cfe/trunk/runtime/compiler-rt/Makefile&p1=cfe/trunk/runtime/Makefile&r1=129427&r2=129561&rev=129561&view=diff" target="_blank">http://llvm.org/viewvc/llvm-project/cfe/trunk/runtime/compiler-rt/Makefile?p2=cfe/trunk/runtime/compiler-rt/Makefile&p1=cfe/trunk/runtime/Makefile&r1=129427&r2=129561&rev=129561&view=diff</a><br>



> ==============================================================================<br>
> --- cfe/trunk/runtime/Makefile (original)<br>
> +++ cfe/trunk/runtime/compiler-rt/Makefile Fri Apr 15 01:57:32 2011<br>
> @@ -1,4 +1,4 @@<br>
> -##===- clang/runtime/Makefile ------------------------------*- Makefile -*-===##<br>
> +##===- runtime/compiler-rt/Makefile ------------------------*- Makefile -*-===##<br>
> #<br>
> #                     The LLVM Compiler Infrastructure<br>
> #<br>
> @@ -13,7 +13,7 @@<br>
> #<br>
> ##===----------------------------------------------------------------------===##<br>
><br>
> -CLANG_LEVEL := ..<br>
> +CLANG_LEVEL := ../..<br>
> include $(CLANG_LEVEL)/Makefile<br>
><br>
> CLANG_VERSION := $(word 3,$(shell grep "CLANG_VERSION " \<br>
><br>
><br>
> _______________________________________________<br>
> cfe-commits mailing list<br>
> <a href="mailto:cfe-commits@cs.uiuc.edu" target="_blank">cfe-commits@cs.uiuc.edu</a><br>
> <a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits</a><br>
<br>
_______________________________________________<br>
cfe-commits mailing list<br>
<a href="mailto:cfe-commits@cs.uiuc.edu" target="_blank">cfe-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits</a><br>
</div></div></blockquote></div><br>