<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    According to what I know, Apple will not let you use shared
    libraries in an app, making your project more difficult, as you'll
    need a static library to embed.<br>
    You can check out the clang package available at
    opensource.apple.com/tarballs/clang and see if it's possible to use
    the crosscompiling option (make install-cross, iirc)<br>
    <br>
    <br>
        LeoTh3o<br>
    <div class="moz-cite-prefix"><br>
    </div>
    <blockquote
cite="mid:CAE9+sCOdQCqmW=r=6zsjRzrX+fhOqGY7FxtmgYAmG8ufT-2sEg@mail.gmail.com"
      type="cite">
      <div dir="ltr">Hi.
        <div><br>
        </div>
        <div>I'd like to use libclang in my iOS app, so how can i
          cross-compile LLVM/Clang for iOS?</div>
        <div><br>
        </div>
        <div>Regards, Anton.</div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
cfe-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a>
<a class="moz-txt-link-freetext" href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>