<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 02/03/17 12:58,
      <a class="moz-txt-link-abbreviated" href="mailto:kinan.sarmini@gmail.com">kinan.sarmini@gmail.com</a> via cfe-dev wrote:<br>
    </div>
    <blockquote
cite="mid:CAG=V6_CUCuE4C6LCv9cH5Q=gX5VW8dmRmJWeH4smRj0unTvm3g@mail.gmail.com"
      type="cite">
      <div dir="ltr">Hello everyone,
        <div><br>
        </div>
        <div>a quick intro: I'm planning to participate in Google Summer
          of Code this year as a student, and I'm really interested in
          the llvm project in general and clang in particular. To
          increase my chances of getting accepted and to get a better
          understanding of the project and its code base, I'm currently
          working on fixing some open bugs.</div>
        <div><br>
        </div>
        <div>I started working on bug #26834 (as suggested by Vassil
          Vassilev), and i have a couple of questions. I hope this is
          the right place to ask. I'm still new to the project, so
          please bear with me as my questions might be silly.</div>
        <div>So regarding bug #26834: I've figured that the reason the
          right headers aren't being added is because every candidate
          gcc installation is scanned for Multilibs, and if they aren't
          detected, then the gcc installation is ignored. Now I'm not
          sure which one is the right behavior, i.e. is the check for
          Multilibs necessary ( <a moz-do-not-send="true"
href="https://github.com/llvm-mirror/clang/blob/master/lib/Driver/ToolChains.cpp#L2798">https://github.com/llvm-mirror/clang/blob/master/lib/Driver/ToolChains.cpp#L2798</a>
          )?</div>
      </div>
    </blockquote>
    Maybe you can ping the person who worked in that area (git blame
    should tell you).<br>
    <br>
    If you know how to fix the issue, fix it, run the test suite and if
    all is green submit a patch for review at: <a class="moz-txt-link-freetext" href="http://reviews.llvm.org/">http://reviews.llvm.org/</a>
    adding as reviewers the people worked in that area.<br>
    <br>
    -- Vassil<br>
    <blockquote
cite="mid:CAG=V6_CUCuE4C6LCv9cH5Q=gX5VW8dmRmJWeH4smRj0unTvm3g@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div> </div>
        <div>Thanks!</div>
        <div><br>
        </div>
        <div>
          <div>-- <br>
            <div class="gmail_signature">
              <div dir="ltr">Regards,
                <div>Kinan.</div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
cfe-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:cfe-dev@lists.llvm.org">cfe-dev@lists.llvm.org</a>
<a class="moz-txt-link-freetext" href="http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev">http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev</a>
</pre>
    </blockquote>
    <p><br>
    </p>
  </body>
</html>