<div dir="ltr">+samsonov, glider</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Feb 5, 2013 at 12:16 PM, Chandler Carruth <span dir="ltr"><<a href="mailto:chandlerc@google.com" target="_blank">chandlerc@google.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">On Mon, Feb 4, 2013 at 6:21 AM, Erik Verbruggen <span dir="ltr"><<a href="mailto:erik.verbruggen@me.com" target="_blank">erik.verbruggen@me.com</a>></span> wrote:<br>
<div class="gmail_extra">
<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Chandler,<br>
<br>
If I remember correctly, you are the de-facto maintainer for the CMake-built-mainainer, so..:<br></blockquote><div><br></div><div>Sure, but I'm often busy. You're better off using the development mailing list for questions such as this, and I've moved the conversation there.</div>

<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I have a problem compiling compiler-rt on MacOS with libc++. For this to work, the flag -mmacosx-version-min=10.7 is required, so I use:<br>


CMAKE_CXX_FLAGS:STRING=-mmacosx-version-min=10.7 -stdlib=libc++<br>
<br>
However, around line 140, the CMakeLists.txt of compiler-rt contains:<br>
if(APPLE)<br>
  list(APPEND SANITIZER_COMMON_CFLAGS -mmacosx-version-min=10.5)<br>
endif()<br>
<br>
Now, when building with clang, the minimal minimal version is used, so 10.5, which results in a compiler error complaining that the minimal version should be 10.7.<br>
<br>
My question: could you please add some CMake logic to the compiler-rt CMakeLists.txt to check if there is already a macosx-version-min flag set, or to not include the flag if -stdlib=libc++ is set?<br></blockquote><div><br>

</div><div>I don't know the specific needs of either libc++ or the sanitizer on mac; instead this should be answered by one of the folks actively working on that area. There are several on the list that can likely help.</div>

</div></div></div>
<br>_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
<br></blockquote></div><br></div>