<div dir="ltr">I don't normally use Xcode -- prefer command line -- but thought this was interesting so I looked into it.<div><br></div><div>Not sure what the problem is with polly, but instead generating for xcode, try creating an External Build System project instead and point it to your ninja or make build.</div><div><br></div><div>You can follow these instructions, but note that I was unable to select clang in step 3, so I selected opt, then hand edited the <project>.xschema file to use clang instead.</div><div><br></div><div>  <a href="https://forums.developer.apple.com/thread/65025">https://forums.developer.apple.com/thread/65025</a><br></div><div><br></div><div>hth...</div><div>don</div><div> </div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Nov 18, 2017 at 9:35 AM, Firouzeh Soleymani via cfe-dev <span dir="ltr"><<a href="mailto:cfe-dev@lists.llvm.org" target="_blank">cfe-dev@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I'm trying to build clang and llvm using Xcode.  I used the following<br>
command to generate the Xcode project:<br>
<br>
cmake -G Xcode -DDCMAKE_INSTALL_PREFIX="path to my llvm install<br>
directory" "path to my llvm directory"<br>
<br>
Then I opened LLVM.xcodeproj in Xcode, and chose "clang" as the only<br>
build scheme and hit the Build.  I ran into this error:<br>
clang: error: no such file or directory: 'path to my build<br>
directory/lib/Debug/libPolly.<wbr>a'.<br>
<br>
/lib/Debug contains only one file - 'libPollyISL.a'.  I got the same<br>
error when I tried building from the command line:<br>
clang: error: no such file or directory: 'my build<br>
directory/lib/Debug/libPolly.<wbr>a'<br>
The following build commands failed: Ld<br>
/Users/Firouzeh/dev/llvmbuild/<wbr>Debug/bin/opt normal x86_64<br>
<br>
I'm trying Xcode build, because I want to debug clang in Xcode.  I'd<br>
appreciate any help!<br>
<br>
I'm using macOS 10.13.1, Xcode 9.1, Apple LLVM version 9.0.0<br>
(clang-900.0.38), and trunk revision 318585 of the source code.<br>
<br>
Thanks!<br>
Firouzeh Soleymani<br>
______________________________<wbr>_________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@lists.llvm.org">cfe-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/<wbr>mailman/listinfo/cfe-dev</a><br>
</blockquote></div><br></div>