<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Hi All,<div><br></div><div>I’m new to hacking on clang and I’m trying to build with Xcode.</div><div><br></div><div><br></div><div>I got the code from the git mirror, first checking out llvm, and then clang into llvm/tools/clang, compiler-rt code to llvm/project/compiler-rt and the test suite to llvm/projects/test-suite (I basically followed the instructions here: <a href="http://llvm.org/docs/GettingStarted.html#git-mirror">http://llvm.org/docs/GettingStarted.html#git-mirror</a>)</div><div><br></div><div>I then used cmake to generate the LLVM xcode project.</div><div><br></div><div>When I build the ALL_BUILD target I very quickly get the following error compiling asan_activation.c: </div><div><br></div><div><div style="margin: 0px 0px 0px 12px; text-indent: -12px; font-size: 11px; font-family: Menlo;">lang: error: invalid argument '-mmacosx-version-min=10.9' not allowed with '-mios-simulator-version-min=7.0'</div></div><div><br></div><div>Any thoughts on what is going wrong? I am a little surprised because I haven’t even tried to change anything yet.</div><div><br></div><div><br></div><div>Thanks,</div><div><br></div><div>Guy.</div></body></html>