<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Hi,</div><div><br></div><div>If you create an Xcode project with </div><div><br></div><div>    cmake -G Xcode ~/llvm</div><div><br></div><div>and do a build, you end up with 68 warnings like this:</div><div><br></div><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 12px; text-indent: -12px; font: normal normal normal 11px/normal Menlo; "> -mdynamic-no-pic overrides -fpic or -fPIC</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 12px; text-indent: -12px; font: normal normal normal 11px/normal Menlo; min-height: 13px; "><br></div></div><div>This can be easily avoided doing:</div><div><br></div><div>  cmake -G Xcode -ULLVM_ENABLE_PIC ~/llvm</div><div><br></div><div>But I think it would be nicer if it built warning-free with the simpler form.</div><div><br></div><div><br></div><div></div></body></html>