<div><div class="gmail_quote">2010/1/13 Aaron Gray <span dir="ltr"><<a href="mailto:aaronngray.lists@googlemail.com">aaronngray.lists@googlemail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Hi,<br>
<br>
I am getting the following build error on doing a full build on LLVM<br>
on Cygwin :-<br>
<br>
make[2]: Entering directory `/home/ang/build/llvm/runtime/libprofile'<br>
llvm[2]: Linking Debug Loadable Module profile_rt.dll<br>
/usr/bin/ld: warning: cannot find entry symbol __cygwin_dll_entry@12; defaulting<br>
 to 67941000<br>
/home/ang/build/llvm/runtime/libprofile/Debug/BasicBlockTracing.o: In function `<br>
BBTraceAtExitHandler':<br>Index: runtime/Makefile<br>
===================================================================<br>
--- runtime/Makefile    (revision 93262)<br>
+++ runtime/Makefile    (working copy)<br>
@@ -20,8 +20,12 @@<br>
 PARALLEL_DIRS := $(filter-out libprofile, $(PARALLEL_DIRS))<br>
 endif<br>
<br>
+ifeq ($(OS), Cygwin)<br>
+PARALLEL_DIRS := $(filter-out libprofile, $(PARALLEL_DIRS))<br>
+endif<br>
+<br>
 endif<br>
<br>
 include $(LEVEL)/Makefile.common<br>
<br>
 install::<br>
<br></blockquote><div> </div>Could someone commit this patch. Dynamic libraries are not supported on Cygwin. And unless someone needs profiling on Cygwin it can wait till its actually needed.<div><br></div><div>Aaron</div>

<div> </div></div></div>