<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 1/29/13 1:09 AM, Niko Zarzani wrote:<br>
    </div>
    <blockquote
cite="mid:CAExT-SMyA-eXC3QV211p29JkX=AHjB-qL9wPkKY-enqhfauueg@mail.gmail.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <div dir="ltr">Hi, I am interested in developing some passes using
        the Xcode IDE. 
        <div>I create a pass directory with a simple pass in it, add it
          to the lib/Trasform/ directory, changed and added some
          CMakeList.txt files and compiled using cmake (cmake -G Xcode).</div>
        <div style="">The compilation gives me no errors but then I've
          found that I have not a Debug+Asserts folder and opt has no
          option related to my pass...what can I do to make it work? Am
          I missing something or there is no way to develop a pass using
          Xcode?</div>
        <div style="">Thank you in advance,</div>
      </div>
    </blockquote>
    <br>
    I think there's a LinkAllPasses.h (or similarly named) header file
    that you need to modify that will force your pass to be linked into
    the opt executable.<br>
    <br>
    -- John T.<br>
    <br>
    <blockquote
cite="mid:CAExT-SMyA-eXC3QV211p29JkX=AHjB-qL9wPkKY-enqhfauueg@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div style=""><br>
        </div>
        <div style="">Niko</div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
LLVM Developers mailing list
<a class="moz-txt-link-abbreviated" href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a class="moz-txt-link-freetext" href="http://llvm.cs.uiuc.edu">http://llvm.cs.uiuc.edu</a>
<a class="moz-txt-link-freetext" href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>