<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 6/4/12 1:05 PM, <a class="moz-txt-link-abbreviated" href="mailto:amruth.rd@knights.ucf.edu">amruth.rd@knights.ucf.edu</a> wrote:
    <blockquote cite="mid:SNT108-W625BB3DFDFE592EACB8FD0B50F0@phx.gbl"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
      <div dir="ltr">
        <span class="Apple-style-span" style="font-size: 10pt; "><font
            class="Apple-style-span" face="'Times New Roman'">Hello
            everyone,</font></span>
        <div><span class="Apple-style-span" style="font-size: 10pt; "><font
              class="Apple-style-span" face="'Times New Roman'"><br>
            </font></span></div>
        <div><span class="Apple-style-span" style="font-size: 10pt; "><font
              class="Apple-style-span" face="'Times New Roman'">I am a
              newbie to LLVM and I am trying to develop an LLVM pass. I
              came across this page "Writing an LLVM Pass" which said, "</font></span><span
            class="Apple-style-span" style="font-size: 10pt; "><font
              class="Apple-style-span" face="'Times New Roman'">First,
              configure and build LLVM. This needs to be done directly
              inside the LLVM source tree rather than in a separate
              objects directory. "</font></span></div>
      </div>
    </blockquote>
    <br>
    The documentation is wrong.  Your object tree can be the same as
    your source tree, or it can be a different directory entirely.  I've
    built LLVM passes using both configurations.<br>
    <br>
    I am not sure why the document says that.<br>
    <br>
    -- John T.<br>
    <br>
    <br>
  </body>
</html>